Date: Mon, 02 Sep 1996 09:24:06 +0000 From: Bill Currie Subject: Re: Telnet client with DJGPP? (Under Win95) To: Samuel Vincent Cc: djgpp AT delorie DOT com Message-id: <322AA7B6.1872@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: Samuel Vincent wrote: > > It appears to me that there is a win95 program (probably console) along > with 2 DLL's and one VXD. I believe the VXD, DLL's and the win95 program > probably setup an interrupt to accept input which is routed through the > tcp/ip stack and put output in a buffer accessible by the interrupt. > This interrupt is, of course, accessible to any dos program. Therefore a > DJGPP-compiled program has no more difficulty using it than it would > reading from the hard drive. > > If my memory serves correctly another company made this interface and Id > software is only licensing their technology. I had a look at the `ping' program that comes with wfwg 3.11 and it makes calls to 1 or 2 VxD's. Namely VTCP(0x048A) and VIP(0x0489). I don't know there interface, but the vxdlist programs I have (Andrew Shulman, ddj, ??) lists them as having 1 and 5 rm api's respectively. I started having a look at them, but haven't got anywhere yet, as they're not listed in RB's interrupt list. Bill