vc6.0报delete and rebuild Error executing link.exe.错误
生活随笔
收集整理的這篇文章主要介紹了
vc6.0报delete and rebuild Error executing link.exe.错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
fatal error LNK1207: incompatible PDB format in “*******”; delete and rebuild
VC中錯誤:LINK : fatal error LNK1207: incompatible PDB format in “H:/例子000/Debug/main.pdb”; delete and rebuild
Error executing link.exe.
即鏈接器工具錯誤 LNK1207
“filename”中的 PDB 格式不兼容;刪除并重新生成
在VC6.0中 選擇工具欄中組建->清除,組建->全部重建,就可以了,,,
VC2005中 選擇工具欄中生成->清除,生成->重新生成,錯誤就不再出現了
總結
以上是生活随笔為你收集整理的vc6.0报delete and rebuild Error executing link.exe.错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: file的open()和read()
- 下一篇: 关于i++和++i的实验结果解释