fatal error C1001: INTERNAL COMPILER ERROR

使用环境:VC6.0 C++

出现错误:

c:\program files\microsoft visual studio\vc98\include\comutil.h(101) : fatal error C1001: INTERNAL COMPILER ERROR

        (compiler file 'msc1.cpp', line 1786) 
         Please choose the Technical Support command on the Visual C++ 

         Help menu, or open the Technical Support help file for more information

出错原因:

在 Microsoft Visual C++ 6.0 中使用大型宏和编译项目时,您可能会收到这个错误消息


解决方法:

方法一:

编译配置问题,Project->Settings->c/c++->Optimizations,改为default

你可能感兴趣的:(c,command,Microsoft,File,include,compiler)