Can someone please clarify something for me regarding the Code Model setting in CW8 and segments.
The way I understand it is that if my app grows larger than 64K, I need to separate the code modules into another segment. The total size for each segment should not exceed 64K. The way I understand the code model is that the small model only supports calls of 32K. So for an app larger than 32K I have to use either the Smart or Large model. The large model makes all jumps 32K jumps with the relevant overhead. Smart model will use short jumps for <16K jumps and long jumps for >32K jumps. Is there any real relation between the code model and the segments apart from the app size considerations? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
