Hi.
I have encountered this problem " MemoryMgr.c, Free handle".
I'm using the Falch.net IDE (C++) and compile a program using the Emulator.
The following code:
MemHandle dataH;
(void *)dataH = FrmGetGadgetData(form, gadgetIndex);
if (dataH)
{
UInt8 *data;
data = (UInt8 *)MemHandleLock(dataH); -> error happened from here.
}
I have the assign the memHandle dataH to a value since i want to make use of
the variable to do other things.
Could someone help me? Do appreciate with the help.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/