home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Borland / Dbase50w / EXTERN.PAK / DBFILE.DEF < prev    next >
Text File  |  1994-08-02  |  1KB  |  36 lines

  1. ;============================================================================
  2. ;
  3. ; Dbfile.def
  4. ;
  5. ; Part of dbfile, a dBASE for Windows example.
  6. ;
  7. ; See dbfile.cpp for a description of the example.
  8. ;
  9. ;============================================================================
  10.  
  11. LIBRARY         DBFILE
  12. Description    'DBFILE.DLL'
  13.  
  14. EXETYPE   WINDOWS
  15.  
  16. CODE      PRELOAD MOVEABLE DISCARDABLE
  17. DATA      PRELOAD MOVEABLE SINGLE
  18.  
  19. EXPORTS
  20.     WEP                             @1 RESIDENTNAME
  21.     DBaseInitInstance               @2  
  22.     DBaseExitInstance               @3 
  23.     TFinit                          @4
  24.     TFopen                          @5
  25.     TFclose                         @6
  26.     TFgetline                       @7
  27.     TFfieldseparator                @8
  28.     TFgetfield                      @9
  29.     TFeof                           @10
  30.     TFerror                         @11
  31.     TFlineseparator                 @12
  32.     TFgeterror                      @13
  33.     TFfilter                        @14
  34.     TFrelease                       @15
  35.     TFgetrec                        @16
  36.