Tony Cheung schrieb:
I am worrying about I may not be able to squeeze all functions (for handling all non-sysAppLaunchCmdNormalLaunch) into this 32K segment. Is there any way to break this 32K barrier for handling those launch codes?
Only the PilotMain must be in the first 32K segment. From there, you can jump off up to 32K to any function you like. Just write a function that you call for each launch code instead of writing the code directly in the case/switch-statement of PilotMain.
Greetings, Alexander.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
