C source code files

BladeSmith generates Visual C++ project and workspace files and a UNIX™ makefile into the \project\src directory.
Table 1. Visual C++ project and workspace files
File name Description
Project.dsp Visual C++ project file
Project.dsw Visual C++ workspace file
ProjectU.mak Combination C and C++ makefile for use from the UNIX command line
BladeSmith generates the following C source files into the project\src\C directory. You can modify only the Opaque.c, udr.c, and statistics.c files.
Table 2. C source files
File name Description
Opaque.c Source code file generated for each opaque type; the file contains the support functions for that opaque type.
Project.def Definitions file listing all exported C routines; for use by Visual C++ 6.0 or later.
Project.h Header file that contains project definitions, including the C data structures that define your opaque types.
readme.txt Text file providing short descriptions of the files in this directory.
statistics.c Source code file that contains statistics support functions.
support.c Source code file that contains utility functions and #include directives for header files.
udr.c Source code file that contains user-defined routines, cast support functions, and aggregates.
warning.txt Text file providing warnings about potential source code problems.