VS2010下VC程序有自己写的.cpp文件, 由于某些原因加入了stdafx.h包含:
#if defined(WIN32) && !defined(_CONSOLE)
#include "stdafx.h"
#endif
在debug下编译通过, 但是转成Release编译时又出错了. 后来找出原因, 是因为自己在添加vs2010包含目录的设置时, 忘了添加当前目录"."了.
转:
我的博文里面还有说怎么添加包含目录 的: http://blog.chinaunix.net/uid-25958655-id-4250016.html
阅读(1562) | 评论(0) | 转发(0) |