masm-problem2 (with vsexpress2010)
- From: dl <dl2@xxxxxx>
- Date: Wed, 16 May 2012 06:32:52 +0200
I tried to work now in Visual-Studio-Express 2010 with masm:
Now i get this errors (with another very simple source) :
masm32\include\windows.inc(12642): error A2005: symbol redefinition : Red
(same for Green and Blue)
TRIVERTEX STRUCT
x DWORD ?
y DWORD ?
Red WORD ?
Green WORD ?
Blue WORD ?
Alpha WORD ?
TRIVERTEX ENDS
But here is the only occurence for this words !
Here another weird behaviour Same redefinition-problem for
the word Type
As exapmple only two entrys. There are much more occurencies of
this word:
IMAGE_RELOCATION STRUCT
union
VirtualAddress dd ?
RelocCount dd ?
ends
SymbolTableIndex dd ?
Type1 dw ?
IMAGE_RELOCATION ENDS
IMAGE_LINENUMBER STRUCT
union Type1
SymbolTableIndex dd ?
VirtualAddress dd ?
ends
Linenumber dw ?
IMAGE_LINENUMBER ENDS
Is this an "scope-issue"? What is to do?
--
greetings
.
- Follow-Ups:
- Re: masm-problem2 (with vsexpress2010)
- From: steve
- Re: masm-problem2 (with vsexpress2010)
- Prev by Date: masm include-problem
- Next by Date: Re: masm include-problem
- Previous by thread: masm include-problem
- Next by thread: Re: masm-problem2 (with vsexpress2010)
- Index(es):