Previous Topic: APS Application Programming InterfaceNext Topic: Run-Time Requirements


Compiling & Linking

The APSAPI package includes a file called APSAPI.h, which contains all of the function definitions for the API. This file must be included in your source code in order to declare the functions.

When linking under Windows, you will need APSAPI.lib (also provided with the APSAPI kit). This file contains information that the linker needs to connect your program to APSAPI.DLL.

Under Solaris, you can specify libAPSAPI.so in your makefile for linking purposes.