Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
common initial commit 5 years ago
dt_dll initial commit 5 years ago
include initial commit 5 years ago
winsock2 initial commit 5 years ago
ws2_chat initial commit 5 years ago
dirs initial commit 5 years ago
readme.1st initial commit 5 years ago
readme.txt initial commit 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.