home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / vxbc15.zip / READMEC.TXT < prev    next >
Text File  |  1992-03-25  |  1KB  |  42 lines

  1. These files include all files necessary to compile
  2. a vxBase sample application in Borland's Turbo c++ 3.0.
  3.  
  4. Create a directory named \borlandc\vxbase and
  5. copy these files to the new location.
  6.  
  7. vx.ico        vxbase icon for resource file
  8.  
  9. vxb.h         c header file includes all vxbase
  10.               function prototypes and definitions
  11.               required to write a c program using
  12.               vxbase routines
  13.  
  14. vxbase.lib    vxbase import library
  15.  
  16. vxsamp.c      sample c application
  17.  
  18. vxsamp.def    windows definitions file
  19.  
  20. vxsamp.dsk    ide desktop
  21.  
  22. vxsamp.exe    compiled sample uses standard dbf
  23.               and ntx files accessed by Visual
  24.               Basic sample app vxbtest. These
  25.               files must be in directory 
  26.               \vb\vxbtest.
  27.  
  28. vxsamp.h      header file for vxsamp.c
  29.  
  30. vxsamp.prj    turbo c++ project
  31.  
  32. vxsamp.rc     vxsamp resource script
  33.  
  34. vxsamp.res    compiled resource file
  35.  
  36.  
  37. Turbo c++ 3.0
  38. -------------
  39. Compile from within the Windows IDE.
  40.  
  41.  
  42.