Replacement funtion for GetDIBits()-Please Help
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am using GetDIBits() function for a Win NT VC++ application I need to use it for a Ce application but the function GetDIBits() is not available for CE. So please suggest a replacement function or an alternative approach Thanks in advance
I found the article, "A DIBSection wrapper for Win32 and WinCE", at http://codeguru.earthweb.com/ce/DIBSectionCE.shtml It may help with DIBs under Windows CE. gl Jonathan Craig