i am using metrowerks codewarrior 9.3 and palmos emulator 3.5 with debug rom of m505
sometimes when i want to debug my application the emulator crashes immediately with following error
The Emulator crashes, or just logs a fatal alert? There's a big difference.
0.000: === WARNING: ******************************************************************************** 0.000: === WARNING: Date & Time (4.0) called SysFatalAlert with the message: "DataMgr.c, Line:7649, Overlay without a base". 0.000: === WARNING: ********************************************************************************
the mentioned application is built-in. but i would like to know if this can be
caused by my application or if it is any known problem with m505rom and/or emulator?
and if it is my error, can someone point me to possible cause?
I haven't heard of this error showing up before, which makes it more likely that it's a problem triggered by your application.
This non-fatal alert is displayed if DmGet1Resource is called, it's searching the list of open resource databases, and it finds an auto-opened overlay PRC in the list without a base PRC immediately following it.
I don't see any obvious way this could happen, other than the typical hand-waving explanation of "memory got munged".
-- Ken -- Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
