INFORMIX
DataBlade Developers Kit User's Guide
Appendix A: Source Files Generated for C DataBlade Modules
Home Contents Index Master Index New Book

Source Files Generated for C DataBlade Modules

This appendix lists the files generated for a C DataBlade module called Project that consists of two opaque types (Opaque1 and Opaque2) and one or more user-defined routines. These files are written to the src\C directory.

Opaque1.c
Opaque2.c

A C file is generated for each opaque type, containing the support functions for that opaque type

Project.def

Definitions file listing all exported C routines; for use by Microsoft Developer Studio Visual C++ 4.2 or above

Project.h

Header file containing project definitions, including the C data structures that define your opaque types

Project.mak

Makefile for use with Visual C++ 4.2

readme.txt

Text file providing short descriptions of the files in this directory

support.c

C file containing utility functions and #include directives for header files

udr.c

C file containing user-defined routines, iterators, and aggregates

UNIX.mak

Makefile for use from the UNIX command line

WinNT.mak

Makefile for use from the MS-DOS command line




DataBlade Developers Kit User's Guide, version 3.6
Copyright © 1998, Informix Software, Inc. All rights reserved.