PRB: DX1410 Error Using NMAKE with MASM 6.11 (123990)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.11
This article was previously published under Q123990 SYMPTOMS
Using NMAKE to build a project that invokes MASM version 6.11 produces
this error:
DOSXNT : fatal error DX1410: cannot load program : entry point not
found in DLL
CAUSE
The 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.
RESOLUTION
Ensure 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.
Modification Type: | Minor | Last Reviewed: | 2/11/2004 |
---|
Keywords: | KB123990 |
---|
|