由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - fatal error C1001: INTERNAL COMPILER ERROR
相关主题
Question about a C++ compilation error on Visual Studio 2005An interesting C++ compile error
请教:函数后面的 throw() 有意义么?谁来解释一下这个是compiler问题吗?
a C++ question关于Makefile的一个问题
C array关于C++ STL编译的疑问
help!无法编译一个packagequestion for C++ constant
A C++ compiler related interview questiona question about CAST
vc 2008: compilation error about header filec++标准函数传递一问
A tech question (转载)C++ 的 问题
相关话题的讨论汇总
话题: error话题: compiler话题: internal话题: c1001话题: c++
进入Programming版参与讨论
1 (共1页)
n**d
发帖数: 9764
1
I got this error from VC++. By google, it seems a Microsoft bug. Any
solution?
D:\abc.cpp(8) : 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.
Here is the code. Line 8 starts by "friend"
1 #include
2 using namespace std;
3
4 class Integer {
5 long i;
6 public:
7 Int
p***o
发帖数: 1252
2

8.
};

【在 n**d 的大作中提到】
: I got this error from VC++. By google, it seems a Microsoft bug. Any
: solution?
: D:\abc.cpp(8) : 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.
: Here is the code. Line 8 starts by "friend"
: 1 #include

n**d
发帖数: 9764
3
Thanks! You did find one error, but the VC++ compiler still has the same
error.

【在 p***o 的大作中提到】
:
: 8.
: };

1 (共1页)
进入Programming版参与讨论
相关主题
C++ 的 问题help!无法编译一个package
有谁知道怎么把matlab和VC联接着一起用? (转载)A C++ compiler related interview question
弱问mcc和mex的区别vc 2008: compilation error about header file
C++ optimization questionA tech question (转载)
Question about a C++ compilation error on Visual Studio 2005An interesting C++ compile error
请教:函数后面的 throw() 有意义么?谁来解释一下这个是compiler问题吗?
a C++ question关于Makefile的一个问题
C array关于C++ STL编译的疑问
相关话题的讨论汇总
话题: error话题: compiler话题: internal话题: c1001话题: c++