Article ID: 123990
Article Last Modified on 2/11/2004
APPLIES TO
- Microsoft Macro Assembler 6.11 Standard Edition
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.
Additional query words: 6.11
Keywords: KB123990