zhjm9 发表于 2005-8-31 11:44:00

请教 c++ INTERNAL COMPILER ERROR 错误

<P>//<BR>// Define the sole extension module object.<BR>AC_IMPLEMENT_EXTENSION_MODULE(HXLKDLL);</P>

<P>出现错误</P>
<P>D:\ArxDemo\HXLK\HXLK.cpp(11) : fatal error C1001: INTERNAL COMPILER ERROR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (compiler file 'msc1.cpp', line 1786) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please choose the Technical Support command on the Visual C++ <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Help menu, or open the Technical Support help file for more information<BR>Error executing cl.exe.</P>
<P>请问如何解决,多谢!!</P>

huihuo 发表于 2005-9-2 10:29:00

<P>“以前碰到很多人都出现莫名其妙的INTERNAL COMPILER ERROR,有些人以为vc出错了,如下:<BR>D:\Myfiles\vc\data\dataDlg.cpp(202) : fatal error C1001: INTERNAL COMPILER ERROR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (compiler file 'msc1.cpp', line 1786) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please choose the Technical Support command on the Visual C++ <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Help menu, or open the Technical Support help file for more information<BR>Error executing cl.exe.<BR>但有一种情况编译器会出现这种错误,如下:<BR>if (!hFile.Open("d:\\temp\\test.txt",CFile::CFile::modeCreate)) //打开文件<BR>原因是多了一个“CFile::”<BR>编译器不能准确地找到这一行,因此,这种错误很难找。”</P>
<P>所以可能哪里代码有点问题,要不把代码发上来看看……</P>
页: [1]
查看完整版本: 请教 c++ INTERNAL COMPILER ERROR 错误