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,176bbab7a3982bcf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-18 10:22:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!tethys.csu.net!nntp!sn-xit-02!sn-xit-04!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada interface to Winsock 2 Date: Tue, 18 Feb 2003 12:24:50 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:34208 Date: 2003-02-18T12:24:50-06:00 List-Id: Frank J. Lhota wrote in message ... >I'm doing some Winsock work using ObjectAda. I would like to use some of the >functionality added with Winsock 2.0. The Win32Ada interface, however, is >based on the Winsock 1.1 API. I can write the a package with the Import >pragmas for the additional Winsock 2 functionality, but in order to avoid >"reinventing the wheel", I figure I should check my favorite NG to see if >someone has done this already. Is there an Ada interface to Winsock 2? Claw.Sockets is an interface to Winsock. I believe that we support a few Winsock 2 things, although not many, because we couldn't find anything that most of those features were useful for. We'd be interested to know what it is that you need. Randy.