News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

A Stupid question form a beginner

Started by JayPee, March 06, 2009, 12:10:48 AM

Previous topic - Next topic

JayPee

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
Greetings From New Zealand
(Land of the Long White Cloud)

jorgon

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.

Author of the "Go" tools (GoAsm, GoLink, GoRC, GoBug)

JayPee

Hi

Thanks.
I found the problem, must of had bit of a senior moment  :P :P

Cheers
John
Greetings From New Zealand
(Land of the Long White Cloud)