Compile DataBlade module code
This section describes how to compile DataBlade module code.
BladeSmith generates makefiles for UNIX and Visual C++ project files for Windows. When you compile the
generated C source code, you produce a shared object file or dynamic
link library, called project.bld, in the source
code directory src\OS-platform, where OS-platform is
the name of the operating system and platform on which you are compiling.
For example, src\WinNT-i386 holds the shared
object file compiled on a Windows NT computer.
Important: When you generate code in
BladeSmith, set the Format property of the DataBlade folder
to the correct file format for your operating system (UNIX or DOS). The default is DOS.