its not possible to use the macros.asm and wsock32.inc in ine project.
when i try to compile i get this error:
...
\masm32\include\wsock32.inc(84) : warning A4006: too many arguments in macro call
switch(1): Macro Called From
\masm32\include\wsock32.inc(84): Include File
\masm32\include\wsock32.inc(84) : error A2008: syntax error : PROTO
switch(1): Macro Called From
\masm32\include\wsock32.inc(84): Include File
...
i took a look into macros.asm and deleted this entry:
Select equ <switch>
select equ <switch>
SELECT equ <switch>
then i could compile my project.
ok , just downloaded sp2 for masm8.2. there is this error corrected :U