From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Is it possible to access the Win95 TCP/IP stack from a DJGPP program? Date: Wed, 27 Nov 1996 03:49:06 GMT Organization: Oxford University Lines: 18 Message-ID: <329bb71a.30988260@news.ox.ac.uk> References: <849044573 DOT 7403 DOT 1 AT ttsltd DOT demon DOT co DOT uk> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sun, 24 Nov 1996 21:43:11 GMT, ken AT wits DOT co DOT uk (Ken Fraser) wrote: >I'd like to recompile/hack a Unix TCP/IP program with DJGPP and access >the Windows95 TCP/IP stack. When id Software wrote Quake (using DJGPP), they included support for only two TCP/IP stacks: the Beame and Whiteside TCP/IP stack and the Windows 95 TCP/IP stack. (BWTCP is a Dos-based stack.) However, access to the Win95 TCP/IP stack is attained through another (Windows) program (MPath). This is commercial, I think; look at http://www.mplayer.com/ for more information on this. This seems to imply that id Software couldn't find a free version. If you're happy to use a Dos TCP/IP stack, look at WatTCP. I'm not sure where I got it; try a Web search. George