Thank you. The problem is that there is no MemHandleLock() call. The only thing which could cause it is PACEInterface::FrmCustomAlert() call. It is called from the armlet and works on the Simulator.
Jan Slodicka ----- Original Message ----- From: "Aaron Ardiri" <[EMAIL PROTECTED]> > > could somebody who has MemMgr.c source tell me what this message means? > > (There was already similar question posted to this forum, but remained > > unanswered.) > > I get this message from within an Armlet in otherwise working code so it is > > a bit difficult to find the reason. > > (Tungsten T/t, Palm OS 5.0) > > it means your trying to call: > > MemHandleLock(NULL); > > you dont need MemoryMgr.c to figure that out :) also, no-one but palm > personnel have OS5 source code to tell you exactly what line it is > anyhow. :) > > check your MemHandle, make sure it is valid. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
