This is the Windows 3.1 and WIN32 Distribution of V Version 1.15.

Windows specific files for Borland 5.0 are kept on BCCIDE. That
directory includes .IDE files for Borland C++, .RC, .DEF, and
.ICO files. The project files assume that BCC is on drive C:.
If you have BCC 4.5, or keep BCC on a drive other than C:, then
you will have modify the project files to change the include
file search paths.

Watcom project files are found in the WATCOM directory.
There are various subdirectories with different WIN32 and
Win3.1 project files.

This version also works with the GNU-WIN32 project compiler, although
the make files are not includes with this distribution.

This file will unarchive to a \V directory.

My ftp site, ftp.cs.unm.edu  /pub/wampler/verf115.dvi.gz
is a DVI format file of the reference manual. There are
various utilities available for viewing and printing DVI
files on Windows. Try dviwin29.zip, available at various
Windows ftp sites, such as ftp.cdrom.com.

------------------------------------------------------------------

If you want to compile V with a different compiler, it isn't
too hard. To build the library, you include ALL the files in
the [v\srcwin] directory. Specify  [v\includew] in the include
search path. V has been designed to work only with the LARGE
model for Win3.1. It works with whatever calling convention
you need for WIN32.

There are some make files for VC++ and Watcom C++ in the
CONTRIB directory.

All the demo programs will compile using the V library
and the files included in the various directories.
