.bmp causing a SysFatalAlert

2001-08-16 Thread James . Kummer
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 I have the image in a bitmap family and i have two brances a color and a gray. What is causing this, i debugged the

Re: .bmp causing a SysFatalAlert

2001-08-16 Thread David Fedor
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.