Prerequisite tasks

About this task

Before you debug or run functional tests on your module code, you must complete these tasks:

Procedure

  1. Create your module in BladeSmith.
    See Create module objects for instructions.
  2. Add functional test data for your module routines in BladeSmith.
    See Perform functional test data for instructions.
  3. Generate source, SQL, and test files in BladeSmith.
    See Generate files for instructions.
  4. Complete your source code.

    For instructions on completing C code, see Programming module routines in C.

    For instructions on completing C++ and ActiveX code, see Create ActiveX value objects.

  5. Build your module dynamic link library.

    For instructions on compiling C modules, see Compiling on a Windows operating system.

    For instructions on compiling C++ and ActiveX modules, see Compile client and server projects.