update:

If I try this code chunk:

///////////////////
        PHist o = {1, 1, dts[1]};
        MemHandle hi = DmNewRecord(gPHistDB, &j, sizeof(PHist));
        PHist * ptr = (PHist *)MemHandleLock(hi);
        DmWrite(ptr, 0, &o, sizeof(o));
        MemHandleUnlock(hi);
        DmReleaseRecord(gPHistDB, j, false);
///////////////////

it still crashes.  That's just plain ridiculous and utterly confusing.  When
I run this using POSE it says the the stack overflows during this code
fragment.  How is that even possible?

Thanks for any help guys.


- Jeremy Nuss, Utterly confused.


-- 
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