On Windows platforms, all import libraries are installed in the SDK\Lib subdirectories, under the SQL Anywhere installation directory. Windows 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.
On Unix platforms, all import libraries are installed in the Lib32 and Lib64 subdirectories, under the SQL Anywhere installation directory.
On Mac OS X platforms, all import libraries are installed in the System/Lib32 and System/Lib64 subdirectories, under the SQL Anywhere installation directory.
Operating system | Compiler | Import library |
---|---|---|
Windows | Microsoft Visual C++ | dblibtm.lib |
Windows Mobile | Microsoft Visual C++ 2005 | dblib11.lib |
Windows Mobile | Microsoft eMbedded Visual C++ | dblib11.lib |
Unix (unthreaded applications) | All compilers | libdblib11.so, libdbtasks11.so, libdblib11.sl, libdbtasks11.sl |
Unix (threaded applications) | All compilers | libdblib11_r.so, libdbtasks11_r.so,libdblib11_r.sl, libdbtasks11_r.sl |
Mac OS X (threaded applications) | All compilers | libdblib11.dylib, libdbtasks11.dylib |
Mac OS X (threaded applications) | All compilers | libdblib11_r.dylib, libdbtasks11_r.dylib |
The libdbtasks11 libraries are called by the libdblib11 libraries. Some compilers locate libdbtasks11 automatically. For others, you need to specify it explicitly.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |