Header file location

The header files required to compile a program that accesses the C++ interface are located in the following directories:

Linux

abaqus_dir/code/include

Windows

abaqus_dir\code\include

where abaqus_dir is the name of the directory in which Abaqus is installed. To determine the location of abaqus_dir at your site, type abaqus whereami at an operating system prompt.

Only odb_API.h must be included to access the C++ interface, but the path to the header files must be provided during compilation.