Xref: news2.mv.net comp.os.msdos.djgpp:8151 From: jb3207 AT eclipse DOT co DOT uk (Jason Barstow) Newsgroups: comp.os.msdos.djgpp Subject: Re: Telnet client with DJGPP? Date: Sun, 01 Sep 1996 16:15:12 GMT Organization: Jabber Interactive Lines: 33 Message-ID: <3229b648.0@deimos.eclipse.co.uk> References: <321B2FC1 DOT 16C9 AT gm DOT gamemaster DOT qc DOT ca> <3224607F DOT 41C67EA6 AT eng DOT umd DOT edu> <504add$7be AT news DOT stealth DOT net> Reply-To: jb3207 AT eclipse DOT co DOT uk NNTP-Posting-Host: deimos.eclipse.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp mohan AT stealth DOT net (Mohan Khurana) wrote: >John Sabean wrote: >>As for using the Win95 TCP stack, thats tricky. The only software >>I've seen that uses DJGPP to do that is Quake. So, it is in fact, >>possible to do this, however, I've looked long and hard for the >>information on how to do this and have come up with nothing. >I'd also very much like to see the Windows95 TCP/IP stack used in a >DJGPP program. If Quake does use the Windows95 TCP/IP stack and it >truely was compiled with DJGPP, then I am sure that someone will >eventually figure out a way to access it, atleast I hope so. My understanding on Windows apps and ,indeed, TCP/IP is insignificant. That said, I believe Quake does use the Win95 stack but not directly. It uses MPath's "technology". From what I can tell this is just a simple Win95 app that Quake communicates with. My guess is that MPath does all the work; Quake just sends requests to MPath and receives the results (probably via a fixed memory buffer). This would be fairly easy to acheive. If anyone out there has the skills, the time and the interest, I would urge them to have a go. The resultant "package" would be a great addition to the DJGPP library/toolset. Jason.