These files include all files necessary to compile
a vxBase sample application in Microsoft's c++ 7.0.

=======================================================
NOTE: The sample and any other vxbase c application you
      may write MUST BE COMPILED UNDER THE LARGE MODEL!
=======================================================

If installing from a bulletin board .zip file,
create a directory named \vb\vxc and
copy the unzipped files to the new location.

If you installed from a vxBase INSTALL diskette,
the files will already be in \vb\vxc.

vx.ico        vxbase icon for resource file

vxb.h         c header file includes all vxbase
              function prototypes and definitions
              required to write a c program using
              vxbase routines

vxbase.lib    vxbase import library

vxsamp.c      sample c application

vxsamp.def    windows definitions file

vxsamp.exe    compiled sample uses standard dbf
              and ntx files accessed by Visual
              Basic sample app vxbtest. These
              files must be in directory 
              \vb\vxbtest.

vxsamp.h      header file for vxsamp.c

vxsamp.mak    microsoft make file

vxsamp.map    object map

vxsamp.obj    compiled obj file

vxsamp.rc     vxsamp resource script

vxsamp.res    compiled resource file

vxsamp.sts    microsoft pwb project file


