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/
