PRB: Device MMD.386 Not Loaded w/ Visual C++ 1.0 on Windows NTLast reviewed: October 18, 1996Article ID: Q130817 |
The information in this article applies to:
SYMPTOMSWhen attempting to compile from the development environment while running on Windows NT you receive the following message stating that MMD.386 is not loaded.
"The MMD.386 virtual device driver is not loaded in Windows. Ensure that the line 'DEVICE = <Directory Specified in Setup for Binaries>\MMD.386' exists in your SYSTEM.INI [386Enh] section." CAUSEThe error message is correct. MMD.386 is a Virtual device driver (VxD) designed for 16-bit Windows, so Windows NT does not load or execute these VxD files. Therefore, you cannot compile from within the development environment on Windows NT. However, if you obtain the B2FIX patch, you can use the command-line tools in a console session under Windows NT. In this way, you can still use the development environment and Wizards. Then go to a console session, and execute the \MSVC\BIN\MSVCVARS.BAT file to set your environment variables and use NMAKE.EXE on the makefile produced by the development environment. For example:
namke /f project.makPlease see the following Windows NT article in the Microsoft Knowledge Base:
ARTICLE-ID: Q103621 TITLE : Running Visual C++ for Windows with Windows NT RESOLUTIONThis is no longer a problem with Visual C++ for Windows, version 1.5 and later.
|
Additional reference words: 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |