I am adding bitmaps using the Constructor (pasting in the image). It happens when I call FrmDrawForm() with any form except my main form (even forms with minimal bitmaps, and none of the app uses the recently added bitmap it was simply added as a resource).
My hunch is that I've exceeded some boundary, similar to the 64k segments... "Chris Apers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How are you adding bitmaps ? > Did you try a step by step debugging to know where this error occured ? > > ----- Original Message ----- > From: "Steve A" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 5:59 PM > Subject: MemoryMgr.c Line 4365 SysFatalAlert > > > > I'm added support for double-density graphics to our app (using bitmap > > families). Wow! It was so easy. I modified about 10 of the bitmaps and > > it was working wonderfully. > > > > However, when I added another bitmap, the app crashed with "...called > > SysFatalAlert with the message: "MemoryMgr.c, Line: 4365, NULL handle"." > > > > I can go back a revision and it works fine. But just adding the next > bitmap > > resource (not creating a family to use the rescource, just adding it) will > > cause this to happen. I'm wondering if there is a limit to the number > > and/or size of the combined resources (the app has 77 bitmaps, about 25 of > > which are full-screen size). > > > > Thanks > > > > > > > > > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
