Xref: news2.mv.net comp.os.ms-windows.programmer.misc:55698 comp.os.msdos.djgpp:8037 From: John Sabean Newsgroups: comp.os.msdos.djgpp,comp.os.ms-windows.programmer.misc Subject: Re: Telnet client with DJGPP? (Under Win95) Date: Thu, 29 Aug 1996 10:00:34 -0400 Organization: University of Maryland, College Park Lines: 28 Message-ID: <3225A282.41C67EA6@eng.umd.edu> References: <321B2FC1 DOT 16C9 AT gm DOT gamemaster DOT qc DOT ca> <3224607F DOT 41C67EA6 AT eng DOT umd DOT edu> <3225402d DOT 94430491 AT news1 DOT radix DOT net> NNTP-Posting-Host: x-15.umd.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Patrick Jenkins wrote: > > On Wed, 28 Aug 1996 11:06:39 -0400, John Sabean > wrote: > > >Raja Vallee-Rai wrote: > > >If you want a DOS PPP packet driver, there is full instructions on > >how to set it up anywhere where you can download KALI. > > also, search for Quakeppp. There is a free one if you can find it. > > >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. > > Maybe the qlauch.exe is a win95 console mode program (that can access > win95 tcp) which in turn spawns (this the right word?) the actual > quake.exe. Wouldn't quake then be able to address the tcp stack? It would make sense, but you would need a mechanism for the two programs to communicate information. I'm not a Win95 programmer, so I really don't know what mechanisms exist. Is there anyway for a Win95 console mode program to communicate with a DOS program? I know data can be exchanged through the clipboard, but that sounds really messy.