README
上传用户:qiye66666
上传日期:2007-01-03
资源大小:202k
文件大小:1k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. This is the winsock.dll for WATTCP developed by ISA Corp.
  2. This version may still be buggy in that when loaded up 
  3. by a window application, the winsock.dll may cause
  4. memory problem at the Win_init segment in the wattcp
  5. code. Exact problem is still unknown.
  6. This project does not use makefiles. Instead it uses
  7. the Borlandc's project files to compile. Namely,
  8. watsock.prj and winsock.prj. If you want to use these 
  9. project files to do compilation, you need to modify the
  10. directories in them so that they points to the correct 
  11. locations of the include files etc. 
  12. The project was splitted into two DLL's in order to 
  13. avoid name collision between the wattcp functions and
  14. the standard winsock.dll functions.
  15. Good luck !