News:

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

fatal error dosxnt as macro call

Started by korte, June 05, 2009, 07:02:16 PM

Previous topic - Next topic

korte



uses macro args:VARARG

   FOR var,<args>
       arg equ <>
       arg CATSTR arg,<include var.inc>
       arg
   ENDM
endm

    uses dos,vesa



DOSXNT fatal error?

Bad macro or DOSXNT
(masm 6.11)


qWord

hi,

incl macro args:VARARG
   FOR var,<args>
include &var&.inc
   ENDM
endm
------------
example:
incl kernel32,user32


regards, qWord
FPU in a trice: SmplMath
It's that simple!

MichaelW

eschew obfuscation