Contents Index Closing an UltraLite Palm application Enabling multi-segment code generation pdf/preface.pdf

UltraLite User's Guide
  Developing Applications for the Palm Computing Platform

Building multi-segment applications


Application code for the Palm Computing Platform must be divided into segments. For CodeWarrior, these segments are at most 64 kb in size. For PRC Tools, they are at most 32 kb. This section describes how to manage the assignment of code into segments.

UltraLite applications include the following types of code:

Building multi-segment applications is a general feature of application development for the Palm Computing Platform, whether or not you are using UltraLite. Some familiarity with building multi-segment applications using your development tool is assumed. User-defined code is no different to other standard Palm applications. For a reminder about assigning user-defined code to segments, see Assigning user-defined code to segments.

You can partition generated code into segments in the following ways:


Enabling multi-segment code generation
Explicitly assigning segments
Assigning user-defined code to segments

Contents Index Closing an UltraLite Palm application Enabling multi-segment code generation pdf/preface.pdf