Maybe you are passing a handle to a function where a pointer is required? That's what it sounds like... It could be something wrong in your init code for the new form you are opening.
Run a debuger such as gdb and do a backtrace, it tells you what line in your code is causing the problem. Max --- Snuffy2 <[EMAIL PROTECTED]> wrote: > When I call frmgotoform to close a form and open a new one I get an error: > Name calles SysFatalAlert with the message: "MemoryMgr.c, Line:4431, ptr is > handle". > > Any idea what this error is and what i can do to fix it. I'm personally > stumped. I'm kinda under time constraints so a quick reply would be GREATLY > appreciated. But any answer will be appreciated :-) > > Thanx > Snuffy2 > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
