home *** CD-ROM | disk | FTP | other *** search
-
- To compile the source code, you'll need the C Developer's Toolkit for
- Emerald Bay, and Turbo C++.
-
- Be sure to make the changes to the Toolkit's header files (described in
- the article) before compiling.
-
- The headers to modify are EB.H, BCD.H (from the Toolkit, not Borland's BCD.H).
- You'll also need KEYDEF.H (also in the Toolkit).
-
- The source files for the demo and classes are:
-
- LLIST.H
- LLIST.CPP
- EB_EDIT.H
- EB_EDIT.CPP
- DED.CPP
- FIELD.CPP
- FORM.CPP
- TABLE.CPP
-
- Compile and link these with the toolkit library to produce EB_EDIT.EXE.
-
- To run the demo program, you'll need the Emerald Bay database engine.
- Load it before running the demo.
-
- The demo's database, consistint of CEDIT.EBD and CEDIT.EBX, has only a few
- records, but they're adequate to illustrate the class features. To add or
- delete records from the demo database, you'll need Vulcan, Breeze (included
- with both Vulcan and the Toolkit), or another program.
-
-