When you create new objects, BladeSmith generates the source files; some filenames are prefixed with the name of the DataBlade module (indicated by project). By default, BladeSmith creates the source files in the src and src\c subdirectories of the directory that contains the BladeSmith project file. Generated source files are listed in the following table.
Filename | Directory | Type of File | More Information |
---|---|---|---|
project.h | src\c | C header file | See C Header File for more information. |
support.c
udr.c Opaque.c statistics.c |
src\c | C source code file | You should edit only the udr.c, Opaque.c,
and statistics.c files.
See C Source Code Files for more information. |
project.def | src\c | C definition file | This file lists the exported routines declared in the source code file. |
project.dsp
project.dsw |
src | Visual C++ files | See Microsoft Visual C++ Files for more information. |
readme.txt | src\c | Text file | This file describes the files in the src\c directory. |
warning.txt | src\c | Text file | This file describes potential problems with your
source code.
See Warning File for more information. |
ProjectU.mak | src | Makefile | Use this file for compiling on UNIX.
See Compiling on UNIX for more information. |
Some of these files are described in the following subsections.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]