Using the UltraLite plug-in for CodeWarrior

For embedded SQL, the UltraLite plug-in for CodeWarrior integrates the UltraLite preprocessing steps into the CodeWarrior compilation model. It ensures that the SQL preprocessor runs when required.

Using prefix files

A prefix file is a header file that all source files in a CodeWarrior project must include. You should use install-dir\SDK\Include\ulpalmos.h as your prefix file.

If you have your own prefix file, it must include ulpalmos.h. The ulpalmos.h file defines macros required by UltraLite Palm applications and also sets CodeWarrior compiler options required by UltraLite.

Encrypted synchronization

If you are using either the TLS or HTTPS protocols to implement encrypted synchronization, you must add ulrsa.lib, ulecc.lib, or ulfips.lib and gselst.lib to your CodeWarrior UltraLite projects.