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

  1. ;============================================================================
  2. ;
  3. ; Dbextern.def
  4. ;
  5. ; Part of dbextern, a dBASE for Windows example.
  6. ;
  7. ; See dbextern.prg for a description of the example.
  8. ;
  9. ;============================================================================
  10.  
  11. LIBRARY         DBEXTERN
  12. Description    'DBEXTERN.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.     TypeTest1                       @4
  24.     _TypeTest2                      @5
  25.     WhichType                       @6
  26.     _ModifyAndAdd1                  @7
  27.     ModifyAndAdd2                   @8
  28.     _WSetRect                       @9
  29.     WIntersectRect                  @10
  30.     CheckAndChange                  @11
  31.     _ComputeAverage                 @12
  32.     TestABunch                      @13
  33.     _GetEnvString                   @14
  34.     _AddNumbers                     @15
  35.     DLLObjectInit                   @16
  36.     Doit                            @17
  37.     Release                         @18
  38.