Import libraries

All import libraries are installed in the SDK\Lib subdirectories, under the SQL Anywhere installation directory. For example, Windows and Unix import libraries are stored in the SDK\Lib\x86 and SDK\Lib\x64 subdirectories. Windows Mobile import libraries are installed in the SDK\Lib\CE\Arm.50 subdirectory.

Operating system Compiler Import library
Windows Watcom C/C++ (32-bit only) dblibtw.lib
Windows Microsoft Visual C++ dblibtm.lib
Windows Borland Delphi (32-bit only) dblibtb.lib
Windows Mobile Microsoft Visual C++ 2005 dblib11.lib
Windows Mobile Microsoft eMbedded Visual C++ dblib11.lib
Solaris (unthreaded applications) All compilers libdblib11.so, libdbtasks11.so
Solaris (threaded applications) All compilers libdblib11_r.so, libdbtasks11_r.so

The libdbtasks11 libraries are called by the libdblib11 library. Some compilers locate libdbtasks11 automatically, while for others you need to specify it explicitly.