Import Libraries

On Windows platforms, all import libraries are installed in the SDK\Lib subdirectories, under the SAP Sybase IQ installation directory. Windows import libraries are stored in the SDK\Lib\x86 and SDK\Lib\x64 subdirectories. An export definition list is stored in SDK\Lib\Def\dblib.def.

On Unix platforms, all import libraries are installed in the lib32 and lib64 subdirectories, under the SAP Sybase IQ installation directory.

Operating system Compiler Import library
Windows Microsoft Visual C++ dblibtm.lib
Unix (unthreaded applications) All compilers libdblib16.so, libdbtasks16.so, libdblib16.sl, libdbtasks16.sl
Unix (threaded applications) All compilers libdblib16_r.so, libdbtasks16_r.so,libdblib16_r.sl, libdbtasks16_r.sl

The libdbtasks16 libraries are called by the libdblib16 libraries. Some compilers locate libdbtasks16 automatically. For others, you need to specify it explicitly.