home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 24 / PCPLUS115.iso / install / extern.pak / EXTERN.TXT < prev   
Encoding:
Text File  |  1994-08-02  |  1.2 KB  |  29 lines

  1.  
  2. The dbasevar.h header contains classes that allow users to manipulate
  3. dBASEWIN variables in a DLL, which talks to DBASEWIN through the EXTERN
  4. system.
  5.         dbasevar.h      include file to be used by programs using the
  6.                         EXTERN system.
  7.  
  8. The dbfile example is a C++ DLL that contains textfile manipulation
  9. routines, which are accessible from DBASEWIN through the EXTERN system.
  10.  
  11.         dbfile.cpp      main source file
  12.         dbfile.h        header
  13.         dbfile.def      def file
  14.         dbfile.mak      makefile to build the DLL with BCC
  15.         dbfile.prg      some dBASE code to set up the DLL and a class
  16.         dbfile.dll       compiled copy of the DLL
  17.         dbsysdrv.prg    dBASEWIN example that uses the dbfile.dll
  18.         dbgrep.prg      Another dBASEWIN example that uses the dbfile.dll
  19.  
  20. The dbextern example is a C++ DLL and DBASEWIN .prg program that
  21. explains the different ways the EXTERN system can be used.
  22.  
  23.         dbextern.cpp    main C++ source file
  24.         dbextern.prg    main dBASE source file
  25.         dbextern.def    def file
  26.         dbextern.mak    makefile to build the DLL with BCC
  27.         dbextern.dll    compiled copy of the DLL
  28.  
  29.