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,963021d014ce398e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-06 12:26:12 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!codeine.org!diablo.netcom.net.uk!netcom.net.uk!easynet-monga!easynet-tele!easynet.net!newspump.sol.net!homer.alpha.net!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <200136-0051-32781@foorum.com> Subject: Re: Sockets and NT X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 Message-ID: Date: Tue, 6 Mar 2001 14:23:24 -0600 NNTP-Posting-Host: 156.46.62.124 X-Complaints-To: abuse@alpha.net X-Trace: homer.alpha.net 983910323 156.46.62.124 (Tue, 06 Mar 2001 14:25:23 CST) NNTP-Posting-Date: Tue, 06 Mar 2001 14:25:23 CST Xref: supernews.google.com comp.lang.ada:5477 Date: 2001-03-06T14:23:24-06:00 List-Id: Jacques Croizat wrote in message <200136-0051-32781@foorum.com>... >Hello, >I Want to use socket communication in Ada programs. >I had a look into >http://www.adapower.com and I found >good materials from >http://www-inf.enst.fr/ANC/ that work fine >in a Unix platform. >Now I want to make it work with Windows >NT. I succeeded in producing an >executable for NT but the execution fails: I >cannot create a socket. I think you need a sockets library with an NT implementation. Claw includes a sockets library. There is a small but very usable version of the package in the Claw Introductory version (www.rrsoftware.com). The Introductory version is a free download, and can be used as much as you like for non-commercial purposes. The full version of Claw is available from R.R.Software. Randy Brukardt R.R. Software, Inc.