The information in this article applies to:
SYMPTOMSUsing NMAKE to build a project that invokes MASM version 6.11 produces this error:
CAUSEThe DX1410 error occurs because the version of the DOS extender (DOSXNT.EXE) loaded by NMAKE is not compatible with MASM version 6.11. If there is more than one DOS extender on the system, the one used is the one found first when searching the current directory, then the path. RESOLUTIONEnsure that the most recent version of the DOS extender gets loaded. Using the real mode version of NMAKE, NMAKER, will also alleviate the DX1410 error. However, NMAKER will cause an increase in build times as the DOS extender is loaded each time the compiler and assembler is invoked. MORE INFORMATIONThe following information is taken from the MASM version 6.11 README.TXT file: Visual C++ 1.0/Fortran PowerStation 1.0 CompatibilityThere are specific steps you must take to use MASM version 6.11 with Microsoft Visual C++ version 1.0 or Microsoft Fortran PowerStation version 1.0. If you want to do mixed language programming with these products, follow these recommendations:
Additional query words: 6.11
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |