From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18c62b0ba79a5fae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-16 06:44:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!area.cu.mi.it!news.mailgate.org!mygate.mailgate.org!194.185.74.154!not-for-mail From: "Sim Con" Newsgroups: comp.lang.ada Subject: Re: Ada and 802.2/802.3 Date: Wed, 16 Oct 2002 13:44:58 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Message-ID: References: <60ef222412b557ef296164e90baa8361.110780@mygate.mailgate.org> <47dd3a267c84e23199ab33c9ef41d625.110780@mygate.mailgate.org> NNTP-Posting-Host: 194.185.74.154 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1034775560 23377 194.185.74.154 (Wed Oct 16 15:44:57 2002) X-Complaints-To: abuse@mailgate.org NNTP-Posting-Date: Wed, 16 Oct 2002 13:44:58 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=194.185.74.154; posting-account=110780; posting-date=1034775560 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.lang.ada/dd3d20087497ae226e9d67c79a06f31c.110780%40mygate.mailgate.org Xref: archiver1.google.com comp.lang.ada:29843 Date: 2002-10-16T13:44:58+00:00 List-Id: More : surfing on the net i found something different. The adasocket suggested before seems use winsock of windows system and is more "internet oriented" (probably i wrong, but how use it for an ipx transmission?). Surfing i found an ada source code that use some pragma imported function like pragma Import (C, socket, "socket"); pragma Import (C, bind, "bind"); and from my limited knowledge i assume that there is somewhere an c library with socket and bind function. Now, this last example can help me more, since expects some library probably related deeply with the vendor's ethernet card (or i wrong again?) and if so, where can i find this library? Many thanx for any help, bye!! ^_^ -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG