 |
DataBlade Developers Kit User's Guide Programming DataBlade
Module Routines in C
|
|
C Programming Task Overview
After you generate code with BladeSmith, complete these general tasks to finish your DataBlade module code:
Open the project.dsw file in Visual C++. You can do this from within BladeSmith. See Opening the Project File in Visual C++ for instructions. 
- Add code to these source code files to enable your routines to function as you intend:
- Compile and link your source code files using a makefile or Visual C++ workspace file generated by BladeSmith. See Compiling DataBlade Module Code for instructions.
To avoid merging conflicts when you regenerate your code, add code only in areas marked by TO DO: comments or after the generated code. If you do modify code outside the designated areas, after you regenerate you might have two copies of the routine: the one you modified and the one BladeSmith generated. Although your changes remain, you must resolve conflicts in the two pieces of code.
DataBlade Developers Kit User's Guide, Version 4.0
Copyright © 1999, Informix Software, Inc. All rights reserved