Ah. That was exactly it. In moving files between segments, I naively moved "AppMain.cpp" (and the handler in it) out of the first segment. Moving it back in solved everything.
Thanks! Rich > This sounds like a problem in your command handler -- you get a "soft > reset" notification to your application that comes as a non-global launch > code. Only the first segment will be available for your application when > you get this, and it looks like you're trying to call a non-loaded segment > in response to this. Are you doing anything like this before you determine > what launch code you're handling? > > This should also happen if you just drag your PRC file into the emulator > and do a reset without the debugger attached. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
