home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / blt2_214.zip / src / readme.src < prev   
Text File  |  1996-11-23  |  787b  |  17 lines

  1. The bd_*.c files are modules called by bd_main.c.  It is from these
  2. files that bd*demo.exe was built, using the static link library.  The
  3. Bullet DLL may also be used after compiling this and linking to the Bullet
  4. import library, bullet*i.lib.  The platform.h file is used to switch
  5. among the platforms supported.
  6.  
  7. ccdosfn.c is the set of replacement OS API calls used by the DOSX32 version
  8. of Bullet.  It is include here for reference only.  See SET_VECTORS_XB in
  9. the manual for details.
  10.  
  11. compact.c is an example technique that compacts a DBF file and its
  12. attached memo DBT file.  The end result is a DBF with all deleted
  13. records removed, and a DBT with all memo records belonging to those
  14. deleted records removed.
  15.  
  16. anydbf.c is an example of reading an unknown DBF file.
  17.