Hello.
tfriedel wrote:
> Thanks, I will perhaps look at that, as it appears to support TCP/IP
> + DJGPP. With libsocket, using just libsocket.a, I got pretty far,
> but get
>
> error 93, protocol not supported
>
> with
>
> socket( AF_INET, SOCK_STREAM, 0 ) ; // also tried IP_PROTO_TCP for
> parmam 3
>
> with the demos and my program.
>
> Some of the UNIX domain socket demos appear to work, and I think the
> datagram ones are working too.
>
> I dont know why AF_INET would not be working. I tried on Win98 and I
> think Win 2000 Prof.
Have you installed the Winsock helper? libsocket won't work on Windows 98
otherwise. Please see install.txt in the libsocket distribution.
libsocket does not work on Windows NT, 2000 or XP.
libsocket is no longer supported or actively developed.
Please see http://www.phekda.freeserve.co.uk/richdawe/lsck/lsck_lnk.htm for a
number of networking-related links. There are links to other networking
libraries for DJGPP. Watt-32 probably does what you want.
Regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]