求助:这个咋解决fatal error C1001: INTERNAL COMPILER ERRO
vc++吧
全部回复
仅看楼主
level 1
Desertrats 楼主
//ass.cpp #include
#include
#include"rta.h" using namespace std; void main() { ...... extern string ama; ...... } //rta.h #include
using std::string; static int n=29; static string ama="asdg"; 错误详细 --------------------Configuration: ww - Win32 Debug-------------------- Compiling... ww.cpp d:\pf\ww\ww.cpp(15) : 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 Error executing cl.exe. ww.exe - 1 error(s), 0 warning(s) 
2008年03月09日 15点03分 1
1