PRB: Cannot Execute DOSXNT.EXE -- Permission DeniedLast reviewed: July 22, 1997Article ID: Q125780 |
1.00 1.50 1.51
WINDOWS
kbtool kbprb
The information in this article applies to:
SYMPTOMSWhen building an application using NMAKE under MS-DOS without having Windows loaded, you may receive this error:
Cannot execute DOSXNT.EXE -- Permission deniedThis may occur when SHARE.EXE is loaded, and you use MORE.COM to pipe the output of the compiler in the makefile.
CAUSEThe error occurs because the swap file for DOSXNT is locked. When MORE spawns another process, DOSXNT cannot access that file. The problem is in the Phar Lap DOS extender supplied with Visual C++ versions 1.0 and 1.5x.
RESOLUTIONTo work around this problem:
STATUSThis behavior is by design.
|
Additional reference words: 8.00 8.00c 1.30 1.40 1.00 1.50 1.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |