home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1821 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  2.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!kodak!eastman!ebrown
  2. From: ebrown@bud_light.kodak.com (Eric Brown)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Getting DOS TCP/IP software to work with NT
  5. Message-ID: <EBROWN.92Nov5161748@bud_light.kodak.com>
  6. Date: 5 Nov 92 21:17:48 GMT
  7. References: <1992Nov5.031150.12271@ucsu.Colorado.EDU>
  8. Sender: news@eastman.UUCP
  9. Reply-To: ebrown@tap.kodak.com
  10. Organization: Eastman Kodak Company
  11. Lines: 37
  12. In-reply-to: ushomirs@spot.Colorado.EDU's message of 5 Nov 92 03:11:50 GMT
  13.  
  14. In article <1992Nov5.031150.12271@ucsu.Colorado.EDU> ushomirs@spot.Colorado.EDU (USHOMIRSKIY GRIGORIY) writes:
  15.  
  16.    I remeber reading here that Win NT's network drivers are similar to NDIS.  In
  17.    this case it seems to be easy to get any dos TCP/IP software that uses packet
  18.    drivers or NDIS to work with NT.  Since the above programs rely on a packet
  19.    driver (or NDIS driver) to communicate with the ethernet board and if NT 
  20.    does provide NDIS services to DOS VDM's then it probably would not mind
  21.    the program (say QVT/NET or an X server) to write to the packet driver.
  22.    There is a program called dis_pkt that is supposed to provide a packet driver
  23.    interface to an NDIS driver, so QVT/NET should work (it just needs a packet
  24.    driver).  
  25.  
  26.    Is this just a lot of wishful thinking or has anyone tried it?
  27.    I don't have any NDIS software and am having trouble tracking down dis_pkt
  28.    (my archie client is having problems) so I haven't tried this yet.
  29.  
  30.    It would be interesting to know what kind of network services does NT 
  31.    provide to programs in a DOS VDM or Win-16 sybsystem?
  32.  
  33.    Greg.
  34.  
  35. I was under the impression that Microsoft and a couple other vendors
  36. (Sun and FTP Software notably) had come up with the Windows Socket
  37. specification and that that was to be the new TCP/IP standard interface
  38. rather than packet drivers. NT does support WinSock and I have written
  39. programs using WinSock for NT. I believe the WinSock specification is
  40. available for ftp from uunet (though I'm not positive).
  41.  
  42. I was suprised not to see WinSock bundled with Windows for Workgroups
  43. though I hear MS may release it in early 1993.
  44.  
  45. If NT plans to support packet programs via this dis_pkt, I'd be very
  46. interested in knowing more. I never heard of 'dis_pkt' before.
  47.  
  48. Eric.
  49.  
  50. --
  51.