Home | Previous Page | Next Page   Appendix A. Source Files Generated for DataBlade Modules >

ActiveX/C++ Source Code Files

BladeSmith generates Visual C++ project and workspace files and a UNIX makefile into the \project\src directory.

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

The following sections provide a brief description of the ActiveX/C++ source files that BladeSmith generates into the project\src\ActiveX directory:

This appendix lists the files generated for an ActiveX value object project called Project that consists of a single ActiveX value object with an underlying opaque type called Opaque.

Important:
In addition to adding logic to the opaque support routines (see Adding Project-Specific Logic to the Source Code), you can add your own functions to the C++ classes in the OpaqueCommon, OpaqueClient, and OpaqueServer .cpp and .h files. Do not modify any other of the generated source files.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]