While executing the following statement in a "frmClose" routine:
        tempInt = MemPtrSize(frmP);

I got the following error message:
The instruction at "0x00a4d22f" referenced memory at "0x01176858".  The
memory could not be "read".

Is there something illegal about that in 5.0?  It has worked fine since 3.1.

I'm trying to free up all the list storage I allocated and populated with
text when I opened the form.  I do that by determining whether the address
returned by LstGlueGetItemsText is within the bounds of the form structure.
If it's within the bounds, then it's a static list with values defined in
the form itself.  Is there another way to dynamically determine whether or
not I allocated it?



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