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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,176bbab7a3982bcf,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-18 08:41:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!newsfeed.news2me.com!cyclone1.gnilink.net!spamkiller.gnilink.net!nwrddc02.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada Subject: Ada interface to Winsock 2 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Tue, 18 Feb 2003 16:41:28 GMT NNTP-Posting-Host: 141.157.178.35 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc02.gnilink.net 1045586488 141.157.178.35 (Tue, 18 Feb 2003 11:41:28 EST) NNTP-Posting-Date: Tue, 18 Feb 2003 11:41:28 EST Xref: archiver1.google.com comp.lang.ada:34201 Date: 2003-02-18T16:41:28+00:00 List-Id: 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? P.S., YES I am aware that socket work is much easier under Unix than it is under MS Win, but unfortunately we cannot convince the client to change operating systems at this point.