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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dbd95a41dd4f1d0e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-22 11:39:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Sockets Date: Wed, 22 May 2002 13:39:24 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3ceb5091@news.comindico.com.au> X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:24537 Date: 2002-05-22T13:39:24-05:00 List-Id: ProLogic wrote in message <3ceb5091@news.comindico.com.au>... >What's the best way to implement and use TCP/IP sockets, client and >server... ?? > >Importing C functions, or... ? On Windows, you could use Claw.Sockets. The basic version is in the Claw Introductory version (now under the GMGPL); there is a fancier version in the full commercial version of Claw. Claw.Sockets has been tested on all of the Windows compilers, it is not specific to a single compiler as GNAT.Sockets is. Randy Brukardt.