首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

编译时的有关问题如何解决

2012-02-28 
编译时的问题怎么解决?vc60.pdbisnotthepdbfilethatwasusedwhenthisprecompiledheaderwascreated,recreate

编译时的问题怎么解决?
vc60.pdb   is   not   the   pdb   file   that   was   used   when   this   precompiled   header   was   created,   recreate   the   precompiled   header.
在编译时出现这样的错误指示     是什么地方错了呢?
已知不是程序的错误   将文件中的debug文件夹删除再编译就好了   怎么回事呢?

\Code\Chap01\Hello\Debug\Hello.pdb ";   delete   and   rebuild这是另外一个程序中的编译错误提示   又是怎么回事呢?

[解决办法]
project属性里取消 预编译
[解决办法]
默认使用预编译 都给取消
[解决办法]
Select this option to create and use precompiled header files using the Automatic Use of Precompiled Headers system.

热点排行