ID: Q102945
The Microsoft DOSXNT MS-DOS-extended C/C++ compiler, FORTRAN compiler, Macro Assembler, or other utility generates the following error:
DOSXNT : fatal error DX1390: cannot load program : out of memory
With exception of Microsoft Visual C++ 32-bit Edition, the
documentation does not provide any additional information regarding
the cause of this error.
DOSXNT cannot load the executable because all memory is exhausted. You must free more memory. Also, the documentation in the Microsoft Visual C++, 32-bit Edition says that a swap file must exist.
Increase the amount of memory that is available. For an MS-DOS extended program that uses DOSXNT to run with the Microsoft Windows operating system, a Windows swap file should exist. Create a swap file and increase the swap file space for Windows until this error message does not occur. To increase Windows swap file space, choose Virtual Memory from the 386 Enhanced options of Control Panel.
Last Reviewed: November 12, 1998