#############################
#                           #
#  Notes for Borland Users  #
#                           #
#############################

###
### Building the STAT program with Borland IDE 5.0.2
###

(1) Start the Borland IDE.
(2) Enter "...\STAT.IDE" in the "Project Path and Name", 
    where "..." is the path to the SEE files.
(3) The "Target Name" should be "STAT".
(4) Choose FILE/NEW/PROJECT from the main menu.
(5) Select "Application [.exe]" for Target Type,
    "Win32" for Platform, and "Console" for Target Model.
(6) All boxes under Frameworks, Controls, and Libraries 
    should be unchecked.
(7) Click "OK".   
(8) Choose VIEW/PROJECT from the menu bar. Use the INS key
    to insert files so that the project looks like:
    
           [ ] STAT.EXE
            +--[ ] SEE32_.LIB
            +--[ ] STAT.CPP
            +--[ ] STAT.DEF
            
(9) Choose PROJECT/MAKE_ALL to create STATE.EXE.

###
### Using Borland C++ Builder 
###

Install with "INSTALLB" or "INSTALL B" in order to use
Borland C/C++ or Borland C++ Builder.

You can also use the "Universal DLL" by installing with
"INSTALL U" or "INSTALL U". In this case, you will have
to create a new SEE32.LIB from SEE32.DLL using Borland's
IMPLIB.EXE program, located in the Borland BIN directory.

  IMPLIB SEE32.LIB SEE32.DLL

[END]

