Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

masm include-problem

74 views
Skip to first unread message

dl

unread,
May 15, 2012, 10:50:51 PM5/15/12
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


Nathan

unread,
May 16, 2012, 11:09:15 AM5/16/12
to
Hello,

Sorry that I cannot be of much help. Most of the MASM users tend to
hang-out on Hutch's forum. You can find them here:

http://www.masm32.com/board/index.php

http://www.movsd.com/

Nathan.
--
http://clax.inspiretomorrow.net/

dl

unread,
May 16, 2012, 7:57:34 PM5/16/12
to
Nathan <nathan...@nospicedham.gmail.com> wrote:


>>
>> Any ideas ? Are the inc-files not actual ?
>>
>> --
>> Greatings
>
> Hello,
>
> Sorry that I cannot be of much help. Most of the MASM users tend to
> hang-out on Hutch's forum. You can find them here:
>
> http://www.masm32.com/board/index.php
>
> http://www.movsd.com/
>
> Nathan.
> --
> http://clax.inspiretomorrow.net/

Thank you. I will have a look.

--
Gruss

0 new messages