"PalmOS_Startup.c,Line:96,Error launching application",How to correct it? I use codewarrior7.1+sdk3.5,and the program can run well on emulator,Zire71,treo270. When zire don't connect network,the program run well.But zire connect network via IR ,my program will appear error.
This error indicates that there's not enough dynamic heap available for the program's global variables. When you're on the network, it uses some heap space, and the total heap is limited on the Zire since total memory is only 2MB.
To solve it, you'll need to use fewer global and have a smaller data space.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
