                      Source Code from 
          "Programming Windows Games with Borland C++"
                             by
                     Nabajyoti Barkakati

                      Published in 1993
                             by
                       SAMS Publishing
       (A Division of Prentice-Hall Computer Publishing)

=================================================================

The source code is organized by directory.  Each chapter with one
or more listings has a directory with a name of the form CHnn
where nn is the chapter number. For instance, the code from 
Chapter 7 is in the directory CH07.

Each directory has a Project file (or a makefile) to help you
build the executable for that chapter.  To build the executable
program for a chapter, run Borland C++ for Windows, load the
project file from that directory, change the directory names from
the Options menu and "make" the program. 

-----------------------------------------------------------------
NOTE: You have to change the directory name for the BWCC.LIB 
      entry in the Project. Also, go to the Directories item in 
      the Option menu and edit the path names to match the 
      directory where you have installed Borland C++.
-----------------------------------------------------------------

Please consult the book for a complete discussion of these source
files.  In general, as you read a chapter, you should go to the
subdirectory for that chapter and build the program.  By reading
the chapter, you will know what that chapter's program does. 

If you have any questions or comments about these files, you can
contact me in one of the following ways (shown in decreasing
order of preference):

1.  If you have access to any USENET site, send e-mail to:
    naba@grebyn.com

2.  If you have a CompuServe account, send mail to:
    >INTERNET:naba@grebyn.com

3.  If you have an MCIMAIL account, use: EMS: INTERNET
                                         MBX: naba@grebyn.com

4.  If you cannot send e-mail, please write (a reply is
    guaranteed) to:

         Naba Barkakati
         LNB Software, Inc.
         7 Welland Court
         North Potomac, MD 20878-4847  USA



Installing the Floppy Disk
---------------------------
If you haven't already installed the disk, follow this procedure:

1. From Windows File Manager or Program Manager, choose File Run 
   from the menu.

2. Type <drive>INSTALL and press Enter. 
        <drive> is the letter of the drive that contains the 
   installation disk. For example, if the disk in drive B:, 
   type B:INSTALL and press Enter.

Follow the on-screen instructions in the installation program. 

-----------------------------------------------------------------
NOTE: To install the files on the disk, you'll need at least 
      5.8M of free space on your hard drive.
-----------------------------------------------------------------
