I have an application that runs fine on Palm OS3.0
(have run upto 200,000 germlins before manual terminating)
however, with Palm OS2.0 I have uncovered the following.
Running on both POSE and the real thing.
I am using the GCC environment for development.
Any suggestions any one?
3Com guys are these known bugs??
------------
When the character 0x1D (29) rightArrowCmd is entered into
some of the multi line text fields that are empty - I get
"<Application> has just read directly from memory location Zero (NULL)"
When I trap this in the event handler and check if Rom version is 2 then
try and check if the FldDirty (ie ignore if empty) I still get the problem,
but less often. My solution might be to ignore the rightArrowCmd
entirely.
------------
Second problem, reported in this list before.
When using CategorySelect, the after calling 15 times in a
row I get MemoryChunk Over locked. If I remove the custom
titleID field and make it 0, this doesn't happen. I saw this
reported previously. Is it a OS2.0 Bug??? Certainly looks
that way to me.
categoryEdited = CategorySelect (EventDB, frm
,editEventCategory
,editEventCategory
,false, &category
,EventCategory
,EventCategory
,titleID);
I am now checking the Rom version and not setting titleID in OS2
Regards,
Hamish McGovern