读书人

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

发布时间: 2012-02-28 13:06:35 作者: rapoo

编译时的问题怎么解决?
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.

读书人网 >C++

热点推荐