M wrote:
Hi,
I tried debugging through the code, in CW.
Foudn that it bombs on FrmInitForm(formId);
The formId is 1000.Any ideas why this happens?
Seems to be accessing some illegal memory etc,if I continue, it finally asks me to go for
"Reset"..
Try a look into your Resources (the files with .rsrc) and f you dont
find a form in the resourceeditor
that has the id 1000 just create one. It doesn't matter what content.
FrmInitForm tries to access and initialize a form with the id 1000 and
if this doesn't exist it tries to access
an unallocated memory and crashes.
It seems that your form with the id 1000 got deleted somehow.
Hope this helps
Christian Lindemeier
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/