Hello All,

I have a Multi-segmented palm application, developed using CW7 and Palm OS
SDK4.
It works fine in the Emulator.
I can see simulator crashing and the debug log shows following
message
i:\src\core\emul68k\src\emul68kcommon.c, Line:2027, Invalid ptr: 00000000

When I try to step through the code using debugger, I found that it crashing
at this line
numrecord = DmNumRecords(pvildb);

The above line is in MainForm.c

MainForm.c
1. Code Size: 56 k
2. extern DmOpenRef pvildb;

Starter.c
1. Code Size: 3 K
2. DmOpenRef pvildb;

Both the files are in segment1.

Why pvildb become an Invalid ptr?

Thanks & Regards

Jeffy



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

Reply via email to