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.
A prefix file is a header file that all source files in a Metrowerks CodeWarrior project must include. You should use install-dir\h\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 synchronizationIf 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. |