Each project on the Intel platform includes Microsoft® Visual C++® 4.0 workspace files (.mdp). Double-click the workspace file to load the workspace and makefile into the Developer Studio environment.
Each project also contains cross-platform native Visual C++ 4.0 makefiles (.mak). For each 32-bit project, the .mak file contains Intel® and Alpha build information. When the project is loaded into Developer Studio, pick the appropriate target, for example Example1 - Win32 (ALPHA) Debug, and build it.
C header files for the DB Library samples are located in the subdirectory:
\Mssql7\DevTools\Include
Library files are found at:
\Mssql7\DevTools\Lib
If you are building from the command prompt, ensure that you use the appropriate NMAKE options to indicate paths to the include and library directories, or that you have added the paths to your environment settings.
For compilers that use a graphical build environment, see your compiler documentation for adding the paths to the build settings of your project.