The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: diablo2oo2 on June 17, 2005, 02:19:01 PM

Title: macros.asm and wsock32.inc
Post by: diablo2oo2 on June 17, 2005, 02:19:01 PM
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.


Title: Re: macros.asm and wsock32.inc
Post by: diablo2oo2 on June 17, 2005, 02:33:21 PM
ok , just downloaded sp2 for masm8.2. there is this error corrected   :U