"Sailesh Chaudhary" <[EMAIL PROTECTED]> wrote in message news:80368@palm-dev-forum... > > Hi > > I have upgraded one program from PalmOS 3.0 to PalmOS 4.1.In this program i > have two segments because program size is 77KB. But when i load the program > on emulator i am getting this error.Can any body help me i am unable to > understand the problem.
Make sure that your PilotMain, the runtime library, and any other things that can be called from a non-global launch code are in the first segment. This sounds like you've got some of that code in segment two, and intersegment jumps aren't setup right. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
