mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
common | 5 years ago | |
dt_dll | 5 years ago | |
include | 5 years ago | |
winsock2 | 5 years ago | |
ws2_chat | 5 years ago | |
dirs | 5 years ago | |
readme.1st | 5 years ago | |
readme.txt | 5 years ago |
readme.txt
This file contains the instructions for building winsock2.dll.
Prerequisites:
Microsoft Visual C++ 2.1 or later.
The PATH, INCLUDE and LIB environment variables set to the BIN,
INCLUDE and LIB directories of the VC++ installation directory.
MKS Toolkit 4.0 or later
The makefile uses CP and RM commands.
How to build winsock2.dll:
1. Add the path to the include and common directories to the INCLUDE
environment variable.
2. CD to the winsock2 directory and type nmake. The generated .DLL and
.LIB file will be copied to a release directory at the same level as
the winsock2 directory.
Compilation errata:
The compilation generates no errors. Several instances of the warning
"warning C4705: statement has no effect" will be generated.