Readme.txt for CB_Demo1
-----------------------

Note: Files in this directory are intended for use with
      Borland C++ Builder. See RascalDLLDoc.txt for complete
      DLL documentation.

Files:
---------------------------------------------------------------------
CB_Demo1.bpr      - Borland project file for CB_Demo1
CB_Demo1.cpp      - WinMain source file CB_Demo1
Demo1.dfm         - main form
Demo1.cpp         - source file for main form; contains all documentation
Demo1.h           - header file for main form
CB_Demo1.rbx      - Robix Rascal script for CB_Demo1
CB_Demo1_L1i7.rbc - Robix Rascal configuration for CB_Demo1 using LPT1 and IRQ7
CB_Demo1_L1i5.rbc - Robix Rascal configuration for CB_Demo1 using LPT1 and IRQ5
CB_Demo1_L2i5.rbc - Robix Rascal configuration for CB_Demo1 using LPT2 and IRQ5
Readme.txt        - this file

Opening CB_demo1
--------------------------------------------
1. Open Borland C++ Builder.
2. Click File->Open Project...
3. Select CB_Demo1.bpr and click open.
4. Open Demo1.cpp for program documentation.

