What does the OS do when we run a program from the SD card?
After it copies your program off the card, your app gets a special sysAppLaunchCmdCardLaunch launch code which means "I'm running after being loaded from the card" launch code. You can use the debugger settings in CodeWarrior for Palm OS V9 to try to simulate the launch code and see how your program reacts. You may not have globals available here, so use the "launch as subroutine" feature to be sure that globals WILL NOT be setup.
--
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/
