Zyrenthian
Programmer
Ok, this is a weird one. I do some image processing with our software. I load an image and blt it onto the screen. However, it seems that all my bits are 255 and i just get a white image. Well, that is not what my image looks like. I initially thought it was a problem opening the actual bmp file so i poped upt the path with an AfxMessageBox. Well here is the weird part
// pseudo code
DisplayImage(); // Shows a white image
but when i do this
// pseudo code
AfxMessageBox("HI"
;
DisplayImage(); // Show the image correctly
Can anyone tell me why when I pop up a message box all works well?
Matt
// pseudo code
DisplayImage(); // Shows a white image
but when i do this
// pseudo code
AfxMessageBox("HI"
DisplayImage(); // Show the image correctly
Can anyone tell me why when I pop up a message box all works well?
Matt