The enclosed files will allow the building of a Windows program under
Borland C++ compilers which will demonstrate the use of Object Resource
Corporation's shareware C++ classes for Btrieve.

The shareware product is available on CompuServe in file BTCL22.ZIP. Consult
that file for a description of that product.

The demo program will...

     - obtain and display the Btrieve DLL version
     - create Btrieve file TEST.DB in the CURRENT DIRECTORY
     - adds five records to the database
     - retrieves record number three from the database

NOTE: The file is created in the current directory.  The Btrieve DLL must
be either the local or network version as required (see Btrieve for Windows
documentation).


FILES INCLUDED...
-----------------

WHELLO.CPP       demonstration source file
WHELLO.DEF       definition file for linking Windows exe

SBTBCW.LIB       C++ classes for Btrieve SMALL model library

WHELLO.PRJ       project file for IDE

BTWIND.H         replacement for file BT.H provided with the shareware
                 library...only difference is that pointers passed to
                 BTRV() are all far pointers if we're compiling a 
                 Windows application...cf. BTWIND.H comments

Note: this demo was adapted from Windows demo project WHELLO provided with
Borland C++ 3.1


BUILDING the DEMO
-----------------

1) copy the above mentioned files into a project directory

2) rename (or copy) BTWIND.H to BT.H

3) copy *.HPP files from the shareware product into the directory, but
   NOT BT.H !

4) copy WBTRINTF.C and WBTRCALL.LIB (provided with Btrieve for Windows)
   into the directory

5) use the IDE to build the project

6) run the resulting EXE under windows


------------------------------------------------------------------------------

The demonstrated shareware classes may be registered with Object Resource
Corporation for $55.  The classes form a basis for a professional release on
which other database component classes are being built.

For further information:

         File  BTCL22.ZIP  available on CompuServe

                          and/or

                   Object Resource Corp.
                    4323 Brown No. 249
                    Dallas, TX  75219
                       214-528-2745
                 CompuServe ID: 72467,211

