Sender: richdawe AT bigfoot DOT com Message-ID: <39F74FD3.4457D60D@bigfoot.com> Date: Wed, 25 Oct 2000 22:25:39 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.17 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: IPC on Windows References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello. Dieter Demerre wrote: > The program that I would compile using djgpp is a program that's > developed on HP (HP-UX). It's a communication package that implements > a specific protocol. Now there are some programs developed for NT > (probably using VB or VC++) that should be able to use that > communication channel. I've been asked to examine the possibilities > to port my original communication program to NT, hence the question > about usability. I am mostly interested in availability of > bind() > gethostbyname() > socket() > select() OK, thanks for the clarification. libsocket provides all these calls. However, there are some bugs in it, that probably render it useless for your application. I would recommend porting it Windows instead. You should be able to port it quite easily, since Windows's networking API (Winsock) is pretty similar to the Unix one you are using (BSD sockets). You could port your program as a console application. HTH, bye, -- Richard Dawe [ mailto:richdawe AT bigfoot DOT com | http://www.bigfoot.com/~richdawe/ ]