Gary Neal, Jr's
Programmer's Page

These are the actual codes that have been (or will be) presented on my
programmer's page at http://www.geocities.com/SiliconValley/Park/7113/

These files were created and compiled using Borland's Turbo C++ version 3.0.
Although reasonable steps have been taken to help insure compatability with
other compilers, you may need to modify some of the code for complete
compatability.  Microsoft compiler users can make these codes more compatible
generally by adding an underscore (_) in front of certain function calls.
For example, the call to function int86() can be changed to _int86().

The directories that have EXPL as the last four letters of it's name contain
example programs.  They have already been precompiled to EXE's that are also
located within their respective directories.  However, these can be compiled
into EXE's using the batch program MAKE.BAT (assuming that the directory
containing Turbo C++ is in your path).  To compile a particular example
program, switch to the directory containing this README.TXT file and type:

MAKE progname

For example, to compile the TESTLINE.C program in the VGA_EXPL directory into
an EXE, type the following command from the directory containing this README
file:

MAKE VGA_EXPL\TESTLINE.C

The OBJ and EXE files will be found in the same directory containing the
README file ready to run.  Some programs require external data files (PCX
files or otherwise) in order to run correctly, these files must also be in
the same path as the EXE file.

Files contained the INCLUDE and SOURCE directories contain the functions
found in the library files of the LIB directory.  To compile these functions
use the COMPILE.BAT file.  For example to compile the VMODE.C file in the
SOURCE directory into an OBJ file (cannot be made into an EXE by itself) use
the following:

COMPILE SOURCE\VMODE.C

The result OBJ file can then be added to the library.  All SOURCE and INCLUDE
files have already been added to the GAMELIB.LIB file located in the LIB
directory so you need not recompile these files.  These instructions are
provided if you need to update any of these source files or add new ones.

The COMPILE.BAT and MAKE.BAT batch programs assume that you are using Turbo C++
3.0 and the directory containing the executables for this program is included
in DOS's PATH line in the AUTOEXEC.BAT, if you are using another version or brand
of C compiler.  Open the MAKE.BAT and COMPILE.BAT files into a text editor for
a suggestion of changes for your compiler.

These files were last updated on September 4th, 1999.  To see if any updates
were made to these files since this date, point your web browser to:

http://www.geocities.com/SiliconValley/Park/7113/

Then go to the updates page.

----

If you have any other questions or comments, please send them to:

Gary Neal, Jr. -- garyneal@geocities.com

Thanks.
