home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2683 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  2.0 KB

  1. Path: sparky!uunet!microsoft!aliasgate!alistair
  2. From: Alistair Banks <alistair@microsoft.com>
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: 16-bit Windows Sockets for Oct '92 Win32 SDK for Windows NT
  5. Sender: alistair@microsoft.com
  6. Message-ID: <8#xr!+-@microsoft.com>
  7. Date: 5 Jan 93 11:33:53 GMT
  8. Lines:    39
  9. X-MSMail-Message-ID:  6F8CBAD8
  10. X-MSMail-Conversation-ID:  6F8CBAD8
  11. X-MSMail-WiseRemark:  Windows for Workgroups Mail
  12. To: winsock@microdyne.com
  13.  
  14.  
  15. The file wsock16.zip is available now via anonymous ftp, from 
  16. ftp.uu.net[192.48.96.9], in the 
  17. ~ftp/vendor/microsoft/windows-sockets-api directory
  18.  
  19. ftp% ls -l wsock*
  20. total 701
  21. -rw-r--r--  1 ms-isv     599359 Jan  5 06:18 wsock16.zip
  22. -rw-r--r--  1 ms-isv       1180 Nov  3 13:01 wsock16.zip.readme
  23.  
  24. ftp% cat wsock16.zip.readme
  25.  
  26. This directory contains the necessary files for 16-bit Windows Sockets
  27. support for the Windows NT October Beta release.  These files have not
  28. received the thorough testing that the released Beta received, and should
  29. be used cautiously.  In particular, you are encouraged to make backup
  30. copies of the Beta files that these overwrite in case you need to revert
  31. to the Beta.
  32.  
  33. To use these files, go to the "system" subdirectory of the NT tree and
  34. rename wow32.dll to wow32.sav, wsock32.dll to wsock32.sav, and
  35. wshtcpip.dll to wshtcpip.sav, then copy in the four files included here.
  36. Reboot and you'll be ready to run 16-bit Windows Sockets applications.
  37. If you experience problems running non-Windows Sockets 16-bit applications
  38. or with 32-bit Windows Sockets applications, revert to the original files
  39. included with the beta.  The files included herein work on either free
  40. or checked(debug) builds.
  41.  
  42. Known problems with the 16-bit Windows Sockets code include:
  43.  
  44.     - WSASetBlockingHook() does not work.
  45.     - WSACleanup() doesn't close open sockets.
  46.  
  47. A fully tested implementation of 16-bit Windows Sockets support will be
  48. included in the next NT Beta release.
  49.  
  50. Feedback and bug reports to the mswin32 forum on Compuserve, please
  51.  
  52. -- Alistair
  53.