Hi All
Trying to compile a program however I keep getting this error
Error! Line 88 Could not find thing to find the SIZEOF - Mov D[BMP.bmiHeader.biSize], SizeOf BMP.bmiHeader
Thanks in advance
Hi JayPee
The most likely reason for this is that the structure BMP which has a member called bmiHeader is not declared earlier in your source code either within the source code itself or in an "include" file.
Hi
Thanks.
I found the problem, must of had bit of a senior moment :P :P
Cheers
John