Files of the sub-directory \Examples\TMEX\C\RAYCBLD:

This example of 'RAY' called 'RAYCBLD' was written with Borland
C++ Builder Version 4.0.  To load this project, start Builder, select
'File/Open Project', and select the file 'RAYCBLD.BPR' found in
this directory. Before compiling, a LIB file for builder should be
created by using the following commands:

   h:\builder\cbuilder\bin\impdef ibfs32.def ibfs32.dll
   h:\builder\cbuilder\bin\implib -f ibfs32.lib ibfs32.def

Note you may have to change the path to the utilities depending on
where you install builder.

The operation of 'RAYCBLD' is slightly different. 'RAYCBLD' does not
allow more then one REGISTRATION NUMBER or FILE to be selected at a
time. As soon as another REGISTRATION NUMBER is selected then the
current FILE LIST being displayed changes to reflect the new
REGISTRATION NUMBER.


README.TXT   - This file.

RAYCBLD.CPP  - Main C++ Builder 1.0 source module to make
               RAYCBLD.EXE.

iBTMEXCW.H   - C++ Builder module that declares all of the functions
               provided by TMEX DLLs and also important TMEX type definitions.

GLOBALS.H    - TMEX-related global variables.

MDIDEV.CPP   - Device list window form module that contains source
               code.

MDIFILES.CPP - File list window form module that contains source code.

MDIDATA.CPP  - Edit window form module that contains source code.

MDIDEV.DFM   - Device list window form module that contains class
               declarations and appearance.

MDIFILES.DFM - File list window form module that contains class
               declarations and appearance.

MDIDATA.DFM  - Edit window form module that contains class declarations
               and appearance.

MDIDEV.H     - C++ Builder module.

MDIFILES.H   - C++ Builder module.

MDIDATA.H    - C++ Builder module.

RAYCBLD.RES  - A compiled binary resource file produced by the
               resource compiler.

RAYCBLD.BPR  - Borland project file used to group all of the files
               together to create RAYCBLD.EXE.

RAYCBLD.EXE  - Program executable.