>I placed a bitmap on a form using constructor, and im getting this
>SysFatalAlert message when i load the form:
>
>SysFatalAlert with the message: "MemoryMgr.c" Line: 4365, NULL HANDLE

The only place that FrmDrawForm calls MemHandleLock, at least in 4.0, is
when trying to draw a bitmap object.  Therefore one could probably assume
that its call to DmGetResource returned NULL... meaning that there's no
bitmap with the resource ID given in the bitmap structure.

So I'd wager that either the form was corrupted at runtime, or was built
improperly.  Check it out and make sure you've actually got the bitmap
family hooked up correctly.

-David Fedor
Palm, Inc.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to