摘要: VC++编译的常见错误1、fatal error C1010: unexpected end of file while looking for precompiled header directive。寻找预编译头文件路径时遇到了不该遇到的文件尾。(一般是没有#include "stdafx.h")2、fatal error C1083: Cannot open include file: 'R... 阅读全文
posted @ 2010-01-24 10:49 Maxice 阅读(1785) 评论(0) 推荐(0) 编辑