Find,Face,Fight,Fix,Fun

VC6.0常见错误解决方案

2009-12-13

Q:cannot open include file ‘afxres.rc’.
A:
  afxres.h 和afxres.rc是visual studio 自带的头文件。不能打开这个文件说明是头文件出问题,或编译系统没有找到包含afxres.rc的头文件。查看环境变量 tools->option->directories->include files。仔细查看有没有包含vc98\mfc\include 和vc98\include,发现没有include mfc\include文件夹。 加入,编译成功。另外: 1。查看library files ,确认vc98\lib 和vc98\mfc\lib也都在。

(http://www.phpchina.com/html/52/45052_itemid_16762.html)
Q:“Fatal error C1001 Internal complier error”(致命错误 C1001 内部编译器错误)
A:
  测试,Visual Studio6 Service Pack5,可以解决这个问题。
List of bugs that are fixed in Visual Studio 6.0 Service Pack 6
(http://support.microsoft.com/kb/834001/)

作者:大笨蛋 | 分类目录:PlusCPlus | 标签:

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>