Mail Archives: djgpp/1997/12/18/20:20:22
At 03:55 12/18/1997 +0200, bat_geor wrote:
>Hello,
>
>I was looking for a C compiler so that I compile a Mordor server (Mud
>game). DJGPP was the most suitable program and I subscribed to this list as
>soon as I got it.
>
>However, I'm facing a problem. The Mordor's source code requires meny .h
>files that DJGPP didn't include. (for example: sys/socket.h, arpa/inet.h,
>etc.)
>
>Do you know where I could find more .h files?
These files are part of a socket library, which is typically required for
network applications. Since DOS doesn't have one standard network interface,
this isn't implemented in DJGPP. However, there exist some libraries which
let you use a socket interface to Windows' Winsock scheme. One is called
WSOCK; I don't know where you can find it but look for links on
www.delorie.com .
Nate Eldredge
eldredge AT ap DOT net
- Raw text -