Compile client and server projects
Among the code files that BladeSmith generates are the
following makefiles and project files:
File name | Description |
---|---|
ProjectU.mak | A UNIX™ makefile for UNIX servers generated in the src directory |
Project.dsw | A Visual C++ workspace file for both C and C++ server code generated in the src directory |
ProjectX.dsp | A Visual C++ project file for Windows™ clients generated in the src\ActiveX directory |
When you compile a server project, a Project.bld file is created. When you compile a client project, a ProjectX.dll file is created.
This section describes how to compile both a server project and a client project.