Creating Bitmap Error
-
hii, I am getting "Error Creating bitmap!" in EVC++ 4.0 on Window CE 5.0. I don't where this error came from. I am using CreateCompatibleBitmap and BitBlt for drawing the screen. I have checked all Error codes , but no luck. Description of Error : It’s the SNAP window with the “error creating bitmap” message. “Snap” is in the blue portion “Error Creating Bitmap” in gray portion Thanks and regards,
priyank
-
hii, I am getting "Error Creating bitmap!" in EVC++ 4.0 on Window CE 5.0. I don't where this error came from. I am using CreateCompatibleBitmap and BitBlt for drawing the screen. I have checked all Error codes , but no luck. Description of Error : It’s the SNAP window with the “error creating bitmap” message. “Snap” is in the blue portion “Error Creating Bitmap” in gray portion Thanks and regards,
priyank
May be you can check if the device/emulator has enough memory to hold newly created bitmap. You can also use the GetLastError() API to know the exact reason for failure.