dl
unread,May 15, 2012, 10:50:51 PM5/15/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi. I installed the masm32v11r
And then i geht this errors, when i start assembling:
\masm32\include\windows.inc(156) : error A2004: symbol type conflict : bool
\masm32\include\windows.inc(7835) : error A2179: structure improperly
initialized
This are the parts of windows.inc:
Here at line 156: (symbol type conflict : bool)
BOOL typedef DWORD
If i change DWORD into BYTE, then i get no message about this part.
And here Line 7835: (structure improperly initialized)
LUID_AND_ATTRIBUTES STRUCT
Luid LUID <>
Attributes dd ?
LUID_AND_ATTRIBUTES ENDS
Any ideas ? Are the inc-files not actual ?
--
Greatings