Fandu_Nagesh
March 30th, 2004, 09:06 AM
hBMP = (HBITMAP) LoadImage(NULL, (LPCTSTR)"C:\WBITMAP.bmp", IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE|LR_CREATEDIBSECTION);
Above LoadImage fails in Windows 95. But the same executes properly in Windows 2000.
What may be the reason?
The image details are as follows:
1. WBITMAP.bmp - 32 MB of Image.
2. 24 Bit True Color.
I tried to get the result from GetLastError() But it returns Zero.
What is the reason to fail this function.?
Regards
Nagesh
Above LoadImage fails in Windows 95. But the same executes properly in Windows 2000.
What may be the reason?
The image details are as follows:
1. WBITMAP.bmp - 32 MB of Image.
2. 24 Bit True Color.
I tried to get the result from GetLastError() But it returns Zero.
What is the reason to fail this function.?
Regards
Nagesh