> From: dele adedoyin
>
> >Contacts(1.0) called SysFatalAlert with the >message: "HwrRes.c,
> >Line:214,Menu rsrc not found".
>

This means exactly what it says.  At line 214, your code is trying to use a
resource (Menu) that isn't part of your app.

> >Contacts(1.0) called SysFatalAlert with the message:
> >"MemoryMgrNew.c,Line:4128,Invalid handle".
>

The handle you passed into some function is invalid.  Line 4128 is in the
memory manager code.

> >Contacts(1.0) just read froim memory location >0x13000001,
> causing an address error.
>
> >An "address error" means that the application >accessed a 2 or 4
> byte value at an odd(ie, not even) memory address
>

0x13000001 is not an "even" number.  The Palm OS uses word-aligned
addressing.

For each of these errors, if you are debugging the code using the
CodeWarrior debugger and Poser, you can tap the debug button to get back to
your code when a run-time error occurs.  So, start your app with the
debugger.  (If you are using PRC-Tools, it also has a debugger.)


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

Reply via email to