home *** CD-ROM | disk | FTP | other *** search
-
- The dbasevar.h header contains classes that allow users to manipulate
- dBASEWIN variables in a DLL, which talks to DBASEWIN through the EXTERN
- system.
- dbasevar.h include file to be used by programs using the
- EXTERN system.
-
- The dbfile example is a C++ DLL that contains textfile manipulation
- routines, which are accessible from DBASEWIN through the EXTERN system.
-
- dbfile.cpp main source file
- dbfile.h header
- dbfile.def def file
- dbfile.mak makefile to build the DLL with BCC
- dbfile.prg some dBASE code to set up the DLL and a class
- dbfile.dll compiled copy of the DLL
- dbsysdrv.prg dBASEWIN example that uses the dbfile.dll
- dbgrep.prg Another dBASEWIN example that uses the dbfile.dll
-
- The dbextern example is a C++ DLL and DBASEWIN .prg program that
- explains the different ways the EXTERN system can be used.
-
- dbextern.cpp main C++ source file
- dbextern.prg main dBASE source file
- dbextern.def def file
- dbextern.mak makefile to build the DLL with BCC
- dbextern.dll compiled copy of the DLL
-
-