|
AudioScience HPI Version_4.11.
|
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. More...
Defines | |
| #define | HPI_OS_WIN32_USER |
| Define when creating a 32 bit Windows user application. | |
| #define | HPI_OS_LINUX |
| Define when creating a Linux application. | |
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.
They would link against asihpi32.lib so as to make calles to asihpi32.dll.
| #define HPI_OS_WIN32_USER |
Define when creating a 32 bit Windows user application.
| #define HPI_OS_LINUX |
Define when creating a Linux application.
1.7.3