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/ > >