ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADM-XRC API header files

The API header files are located in the include/ directory of the SDK and are compatible with GNU C/C++.

In any source file requiring visibility of the ADM-XRC API, include a line such as

#include <admxrc2.h>

In order for the compiler to be able to locate the API header files, the compiler must be configured to search the include/ directory of the SDK, using the -I option in gcc and g++

 


 Top of page