README
资源名称:watsock.zip [点击查看]
上传用户:qiye66666
上传日期:2007-01-03
资源大小:202k
文件大小:1k
源码类别:
TCP/IP协议栈
开发平台:
Visual C++
- This is the winsock.dll for WATTCP developed by ISA Corp.
- This version may still be buggy in that when loaded up
- by a window application, the winsock.dll may cause
- memory problem at the Win_init segment in the wattcp
- code. Exact problem is still unknown.
- This project does not use makefiles. Instead it uses
- the Borlandc's project files to compile. Namely,
- watsock.prj and winsock.prj. If you want to use these
- project files to do compilation, you need to modify the
- directories in them so that they points to the correct
- locations of the include files etc.
- The project was splitted into two DLL's in order to
- avoid name collision between the wattcp functions and
- the standard winsock.dll functions.
- Good luck !