I am still pretty much a beginner but have managed to get some programs, albeit small stuff, working OK using C++ and Code::Blocks.
I am now starting to look at the Forgers Win API Programming tutorial for windows and whilst the first few codes worked I am now getting errors from the compiler such as :
GetObjectA@12
CreateBitmap@20
CreateCompatibleDC@4
Can anyone tell me what I am doing wrong to get these errors please?
I do appreciate these are compiler errors but they must be from some code I am not getting right.