Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » Application development » UltraLite C++ application development

 

How to build and deploy UltraLite C++ applications

When building a C/C++ application that does not use the UltraLite engine, you can either link to a static UltraLite runtime library (this approach makes sure all the UltraLite code is linked into your application) or, on Windows and Windows Mobile, you can link to an import library and load the UltraLite runtime code dynamically when the application starts.

 Linker/compiler options to build and link runtimes for Linux deployment

Deploying an UltraLite application for Windows Mobile (static linkage)
Deploying an UltraLite application for Windows Mobile (dynamic linkage)
Deploying an UltraLite application for Windows Mobile (UltraLite engine)
Deploying an UltraLite application for Mac OS X or iOS
Deploying an UltraLite application for Linux