News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

macros.asm and wsock32.inc

Started by diablo2oo2, June 17, 2005, 02:19:01 PM

Previous topic - Next topic

diablo2oo2

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.



diablo2oo2

ok , just downloaded sp2 for masm8.2. there is this error corrected   :U