Based on the target platform, the application must be compiled with one of the following preprocessor macros defined:
x_WIN32
x_LINUX
x_SOLARIS
Based on the API functions required by the application, the application must include the appropriate C language header files as described in DLM API Functions.
Based on the target platform, the application must be linked with one of the following shared libraries:
Platform | Library |
---|---|
Win32 | laygo32z.lib |
Linux | laygolnxz |
Solaris | laygosolz |
The libraries are provided in the DLM distribution in the lib/<platform> directory, where <platform> is one of win32, linux or solaris.