From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: IPC on Windows Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <39F48949 DOT 3FF0CDD7 AT bigfoot DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 X-Trace: /Kp2lrwEo/0i8Ok9zNTWu3J51J01Q+GYj7Gm1v/+7QEdT1AsIfotKFJB2Y6NGDJYOHth+NRhKTgs!ZjDX4bWcNS9mvfrb1PO/gs9gpBytmjt1ZyIhbM2/hp6DNSb9ZHP2mxS1OttFihcgtownY44ss4e7!qah2eA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 25 Oct 2000 15:05:09 GMT Distribution: world Date: Wed, 25 Oct 2000 15:05:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 24 Oct 2000 14:33:08 +0200 (CEST), Dieter Demerre wrote: >I am mostly interested in availability of >bind() >gethostbyname() >socket() >select() These functions are available in Winsock, a port of BSD sockets to Windows. Winsock can be accessed with MinGW, MSVC++, or any other Win32 compiler. Useful groups: comp.os.ms-windows.programmer.networks comp.os.ms-windows.programmer.tools.winsock comp.os.ms-windows.programmer.win32 --