"Essell" <[EMAIL PROTECTED]> wrote in message news:66196@palm-dev-forum... > > Is there is any limit to u'r code size or limit to the size of the prc while > developing on the Palm using Codewarrior ? Any suggestions/comments would > be greatly appreciated ..
There are limits in the demo version and the older CodeWarrior Lite that can be found in some older programming books. The readme files with these distributions should describe things. In the full version of CodeWarrior for Palm OS, the limits (as imposed by the OS) are Application code segments can be no larger than 64K Applications can have multiple code segments Global data for the program can not exceed 64K No single global data item can exceed 32K Individual resources cannot exceed 64K You can't have more than 2700 (roughly) resources in a single program (this is due to how resources are stored in Mac OS format before PRC processing). -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
