home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / VXC / README.TXT next >
Encoding:
Text File  |  1992-07-22  |  1.4 KB  |  50 lines

  1. These files include all files necessary to compile
  2. a vxBase sample application in Microsoft's c++ 7.0.
  3.  
  4. =======================================================
  5. NOTE: The sample and any other vxbase c application you
  6.       may write MUST BE COMPILED UNDER THE LARGE MODEL!
  7. =======================================================
  8.  
  9. If installing from a bulletin board .zip file,
  10. create a directory named \vb\vxc and
  11. copy the unzipped files to the new location.
  12.  
  13. If you installed from a vxBase INSTALL diskette,
  14. the files will already be in \vb\vxc.
  15.  
  16. vx.ico        vxbase icon for resource file
  17.  
  18. vxb.h         c header file includes all vxbase
  19.               function prototypes and definitions
  20.               required to write a c program using
  21.               vxbase routines
  22.  
  23. vxbase.lib    vxbase import library
  24.  
  25. vxsamp.c      sample c application
  26.  
  27. vxsamp.def    windows definitions file
  28.  
  29. vxsamp.exe    compiled sample uses standard dbf
  30.               and ntx files accessed by Visual
  31.               Basic sample app vxbtest. These
  32.               files must be in directory 
  33.               \vb\vxbtest.
  34.  
  35. vxsamp.h      header file for vxsamp.c
  36.  
  37. vxsamp.mak    microsoft make file
  38.  
  39. vxsamp.map    object map
  40.  
  41. vxsamp.obj    compiled obj file
  42.  
  43. vxsamp.rc     vxsamp resource script
  44.  
  45. vxsamp.res    compiled resource file
  46.  
  47. vxsamp.sts    microsoft pwb project file
  48.  
  49.  
  50.