Does the fact that I get the error when I install the app give a clue of where the problem is? It's after the emulator says "Cleaning Up". My app isn't even running yet.

----- Original Message ----- From: "Robert Moynihan" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Thursday, January 20, 2005 6:18 AM
Subject: Re: Trouble installing app



Mark Chauvin wrote:

Every time I make a change to my app I get a fatal exception when I try to install it on my IIIxe. It will run great on the emulator when I run it from CodeWarrior, but when I set up the emulator to hotsync with the desktop, I get this error that says my program changed the emulated program counter & this address is invalid because it's in neither ROM nor RAM. Does anyone know what's going on? I have a multiseg application, and none of the segments are over 63k.

Remember that the limit, from a practical standpoint, is really 32k, not 64k. This is because you can only jump +/- 32k with an Int16 reference. You can exceed 32k only if you do it carefully. This may not be your prblem, but it's something to watch out for. Bob.



--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to