Mail Archives: djgpp/2000/10/25/17:27:04
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/ ]
- Raw text -