FYI, i have unlock the handle after i finished it. The error come out when it reach the 'data = (UInt8 *)MemHandleLock(dataH); ' but haven't proceeded to the other code. "quennie" <[EMAIL PROTECTED]> wrote in message news:91396@palm-dev-forum... > > 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/
