home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2495 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  849 b 

  1. Path: sparky!uunet!noc.near.net!ceylon!genesis!mheller
  2. From: mheller@genesis.nred.ma.us (Martin Heller)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Using WinSock with Windows NT
  5. Message-ID: <92121614591@genesis.nred.ma.us>
  6. Date: 16 Dec 92 03:29:01 GMT
  7. References: <wright.81.0@lims01.lerc.nasa.gov>
  8. Organization: Genesis Public Access Minix  +1 508 664 0149
  9. Lines: 12
  10.  
  11. In article <wright.81.0@lims01.lerc.nasa.gov> wright@lims01.lerc.nasa.gov (Ted Wright) writes:
  12. >Is it possible for 16 bit Windows applications to make socket library 
  13. >calls to the 32 bit wsock32.dll library in NT?
  14. >
  15. >If yes, would this work with the Win32s extensions under Windows 3.1?
  16. >
  17. >Thanks, 
  18. >
  19. >Ted Wright (wright@lims01.lerc.nasa.gov)
  20. >
  21. Win32 doesn't support 16/32 bit mixing. 16-bit WinApps have to use
  22. 16-bit DLLs, 32-bit apps have to use 32-bit DLLs.
  23.