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, LOTS_OF_MONEY,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,963021d014ce398e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-09 07:27:09 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Sockets and NT Date: Fri, 9 Mar 2001 10:14:40 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <98as22$ek6$1@nh.pace.co.uk> References: <200136-0051-32781@foorum.com> NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 984150914 14982 136.170.200.133 (9 Mar 2001 15:15:14 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 9 Mar 2001 15:15:14 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: supernews.google.com comp.lang.ada:5572 Date: 2001-03-09T15:15:14+00:00 List-Id: If you want to see a small example of a completely working sockets program for Windoze, try my web page. The Ada Programming page is: http://www.mcondic.com/Ada_Programming.html You'll find some working WinNT socket code there... MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "DuckE" wrote in message news:rb_p6.530108$U46.15939074@news1.sttls1.wa.home.com... > You're probably missing one windows dependent detail. You must call > WSAStartup before any of the socket functions work. > > SteveD > > "Jacques Croizat" wrote in message > news: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. > > Thank you for any help. > > > > __________________________________________________________ > > Ce message a �t� post� via la plateforme Web club-Internet.fr > > This message has been posted by the Web platform club-Internet.fr > > > > http://forums.club-internet.fr/ > >