ID: Q115855
1.00 WINDOWS kbtool kbfixlist kbbuglist
The information in this article applies to:
- Microsoft Visual C++ for Windows, version 1.0
Compiling code using the /Ol, /Oe, /Og, or /Ox compiler options may generate the following internal compiler error, but only when the compiler is run from MS-DOS, not from an MS-DOS prompt in Windows:
fatal error C1001: internal compiler error (compiler file
'msc2.cpp', line 992)
To work around this problem, you can do one of three things:
1. Disable optimization by removing the /Ox, /Ol, /Oe, or /Og options.
-or-
2. Use the fast compiler option /f.
-or-
3. Upgrade to Visual C++ for Windows version 1.5. The C/C++ compiler
version 8.0c does not display this behavior.
Microsoft has confirmed this to be a problem in the Microsoft products listed above. This problem was corrected in Visual C++ version 1.5.
Additional reference words: 1.00 8.00 KBCategory: kbtool kbfixlist kbbuglist KBSubcategory: CLIss
Keywords : kb16bitonly kbCompiler kbbuglist kbfixlist
Version : 1.00
Platform : WINDOWS
Solution Type : kbfix
Last Reviewed: September 22, 1997