
SOURCE CODE:
------------

These directories contain source code for the sample programs.
Each sample program is given its own directory with common source files
located in the "common" directory. Import libraries for CTL3DV2.DLL
and WINSOCK.DLL are found in the BCCLIBS and MSVCLIBS directories.

Note that to use the programs you will have to copy the CTL3DV2.DLL
and CTL3D32 files to your \WINDOWS\SYSTEM directory, if they are't
already there.  These files are located in the SOURCE directory.

The sample directories contain the main files for the sample programs
and three directories containing the project files for Borland C++
4.5 (BCC), Microsoft Visual C++ 1.5 (MSVC16), and Microsoft Visual
C++ 2.0 (MSVC32).  The Borland project file contains two targets:
one for Win16 and the other for Win32.

Note that the WS_FTP sample program does not follow this convention.
The WS_FTP source code was written by John A. Junod using an earlier
version of Microsoft C.  The make file works as-is with Microsoft
Visual C++ 1.5.  Rather than attempt to port the code to each of the
other compilers, I've left it as is.

-- Dave

