IBM Books

XML Extender Administration and Programming


Specifying include files

Ensure that you include the XML Extender external header files in the program that calls stored procedures. The header files are located in the DXX_INSTALL/include directory. DXX_INSTALL is the installation directory for the XML Extender. It is operating system dependent. The header files are:

dxx.h
The XML Extender defined constant and data types

dxxrc.h
The XML Extender return code

The syntax for including these header files is:

#include "dxx.h" 
#include "dxxrc.h"

Make sure that the path of the include files is specified in your makefile with the compilation option.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]