Building Expanded Mode applications

CodeWarrior supports a code generation mode called expanded mode, which improves memory use for global data. If you are using CodeWarrior version 9 you can use expanded mode with an A5-based jump table. To do so, you must use the expanded mode version of the UltraLite runtime library and the UltraLite base library. The expanded mode versions of these libraries are located as follows:

Expanded mode may be helpful for large applications that would otherwise exceed the 64 KB global data limit. A limitation of expanded mode is that encrypted synchronization can be used only via HotSync, as the synchronization security libraries for UltraLite do not use expanded mode.