LNK1207: incompatible PDB format in********

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中 选择工具栏中组建->清除,组建->全部重建,就可以了,,,

英文版的是build——clean,build——rebuild all

VC2005中 选择工具栏中生成->清除,生成->重新生成,错误就不再出现了。

相关文章:

  • 2022-01-31
  • 2021-08-24
  • 2022-12-23
  • 2022-01-12
  • 2021-04-09
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-12-15
  • 2022-12-23
  • 2021-07-16
相关资源
相似解决方案