Windows2000/private/net/sockets/winsock2/dll
2020-09-30 17:12:32 +02:00
..
common First commit 2020-09-30 17:12:32 +02:00
dt_dll First commit 2020-09-30 17:12:32 +02:00
include First commit 2020-09-30 17:12:32 +02:00
winsock2 First commit 2020-09-30 17:12:32 +02:00
ws2_chat First commit 2020-09-30 17:12:32 +02:00
ws2_rp First commit 2020-09-30 17:12:32 +02:00
dirs First commit 2020-09-30 17:12:32 +02:00
readme.1st First commit 2020-09-30 17:12:32 +02:00
readme.txt First commit 2020-09-30 17:12:32 +02:00

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.