The information in this article applies to:
SYMPTOMSWhen running MASM.EXE, the following fatal error occurs:
CAUSEThe MASM environment variable "MASM" is set to "options". RESOLUTIONTo work around this problem, the environment variable needs to be cleared. This can be done as follows at the DOS command prompt:
MORE INFORMATIONWhen the RUNME program is executed to install MASM, it tells you to set your AUTOEXEC.BAT file as follows:
People often set their AUTOEXEC.BAT files literally as the program
shows. The intent is to show that if you always want to assemble with
options /Zi and /Mx and link with option /CO, you could use
to achieve this. When "MASM" is set to "options", the driver is
passed "options" and it is treated as a source file name, rather
than an option, since it does not begin with a backslash (\).
Additional query words: 5.10 5.10a
Keywords : |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |