The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: JayPee on March 06, 2009, 12:10:48 AM

Title: A Stupid question form a beginner
Post by: JayPee on March 06, 2009, 12:10:48 AM
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
Title: Re: A Stupid question form a beginner
Post by: jorgon on March 06, 2009, 07:23:22 AM
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.

Title: Re: A Stupid question form a beginner
Post by: JayPee on March 06, 2009, 08:07:34 AM
Hi

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

Cheers
John