【发布时间】:2013-07-03 15:23:22
【问题描述】:
我尝试用 Visual Studio 6 SP6 编译一个项目,结果如下:
usbcore.h(18) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1794)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
usbcore.h 的第 18 行包含 include 指令:
18: #include "usbiface.h"
空的或不存在的 usbiface.h 会产生相同的错误。我评论了这一行并得到了同样的错误,但对于下一个包含文件。
总结一下:每个引用公共项目标头的#include 指令都会发生编译器错误。
【问题讨论】:
-
我很感激您可能已经挣扎了很长时间才弄清楚这一点。但是,如果您要出于自己回答的特定目的提出问题,我希望看到更多细节,尤其是在问题中。 -1 直到那时。
-
也投票决定关闭其本身的优点,因为不清楚。如所问,没有足够的信息来回答这个问题。
-
@John Dibling:你遗漏了哪些细节?我想分享有关编译器错误的信息以节省某人的时间,因为我花了一天时间试图弄清楚。
标签: c++ include visual-studio-6 internal-compiler-error