home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ;
- ; FILE: DBFile.def
- ;
- ; WRITTEN BY: Keimpe
- ;
- ; DATE: 1/94
- ;
- ; UPDATED: 5/95
- ;
- ; REVISION: $Revision: 2.8 $
- ;
- ; VERSION: Visual dBASE
- ;
- ; DESCRIPTION:
- ;
- ; Part of dbfile, a Visual dBASE example.
- ;
- ; See dbfile.cpp for a description of the example.
- ;
- ;****************************************************************************
-
- LIBRARY DBFILE
- Description 'DBFILE.DLL'
-
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE SINGLE
-
- EXPORTS
- WEP @1 RESIDENTNAME
- DBaseInitInstance @2
- DBaseExitInstance @3
- TFinit @4
- TFopen @5
- TFclose @6
- TFgetline @7
- TFfieldseparator @8
- TFgetfield @9
- TFeof @10
- TFerror @11
- TFlineseparator @12
- TFgeterror @13
- TFfilter @14
- TFrelease @15
- TFgetrec @16
-