HPI compile time defines

This section descibes the usage of HPI defines to set the target compile environment. More...


Modules

 HPI_OS_XXX build environment defines
 A developer wishing to create an application that runs on any 32-bit Windows environment would compile code with the following two defines set: HPI_OS_WIN32_USER and HPIDLL_IMPORTS.
 HPI DLL function attributes
 DLL environment defines.

Defines

#define HPI_64BIT
 Define this when building a 64 bit application.
#define HPI_EXCLUDE_DEPRECATED
 Define this to remove public definition of deprecated functions and defines.

Detailed Description

This section descibes the usage of HPI defines to set the target compile environment.

The definitions are used in the build environment to control how HPI is built. They are NOT predefined in hpi.h!


Define Documentation

#define HPI_64BIT
 

Define this when building a 64 bit application.

When not defined a 32 bit environment will be assumed. Currently only supported under Linux (autodetected).

#define HPI_EXCLUDE_DEPRECATED
 

Define this to remove public definition of deprecated functions and defines.

Use this to reveal where the deprecated functionality is used


Generated on Thu Jul 29 09:56:41 2010 for AudioScience HPI by  doxygen 1.4.6-NO