Click here to Skip to main content
15,949,741 members

Comments by Coburner (Top 2 by date)

Coburner 23-Oct-10 12:00pm View    
I want to compare 3 bitmaps to see whether or not they match.
I replaced the part you highlighted with the following so it becomes winapi but that doesn't work either. all LoadBitmap functions return 0;

int WINAPI WinMain(HINSTANCE hInst,
HINSTANCE hPrevInstance,
LPSTR lpszArgument,
int nFunsterStil)

{
Coburner 23-Oct-10 11:18am View    
what I meant to say was that I hadn't done any projects regarding bitmaps. I am familiar with plain C++ programming though. Well in any case.. what would you suggest as the best way to go about this? I presume that Dev-c++ does not support MFC and Microsoft's VS is expen$ive