Thanks Ben,

I am getting this Error on ErrTry. Not all ErrTry gives this problem. This
problem is not present on a 68K device and the Emulator. Only the simulator
reports the error. Currently I do not have any Palm OS 5.0 device to test
upon.

Any insight what is the cause of the problem?

Additional Info:
In the expanded ErrTry Macro the following line of code actually gives the
error:

if (ErrSetJump(_TryObject.state) == 0)

-AS


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ben
Combee
Sent: Thursday, December 19, 2002 9:55 PM
To: Palm Developer Forum
Subject: Re: Palm OS 5.0 Simulator Odd Address Error


At 21:22 2002-12-19 +0530, you wrote:
>Hi,
>
>Can any one tell me what is "Odd Address" Error in the OS 5.0 Simulator?
>This error come at ErrTry in some functions.

This likely means that you've tried to do a 16-bit or 32-bit read/write
from 68K code to an odd address.  This would give you a bus error when
executed on a real 68K device.

>And any idea when is Emulator for OS 5.0 going to come?

Keith Rollin, on the emulator-forum, said that POSE 4.0 wasn't likely to be
released until Palm OS 6 is released -- there were no plans for a version
of the Palm OS Emulator that emulated Palm OS 5 hardware and hooked into
that OS version.

--
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/


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

Reply via email to