Including ibase.h

From InterBase

Go Up to Requirements for all Applications


The InterBase subdirectory, include, contains the ibase.h header file, which should be included in all source code modules for API applications. ibase.h contains API function prototypes. It also contains structure typedefs, parameter definitions, and macros required by various API functions.

To include ibase.h in a source code module, insert the following #include near the start of the source code:

#include <ibase.h>

If ibase.h is not on the search path of your compiler, you may need to provide a full path specification and enclose the file name in quotation marks.

Important:
Failure to include ibase.h prevents the successful compilation and linking of an application.

Advance To: