首页 > 编程语言 > 详细

c++工程vs导入工程时发生LNK1207

时间:2016-09-21 21:27:52      阅读:280      评论:0      收藏:0      [点我收藏+]

I have installed VS 2012 , but i have VS 2010 also. After I open  VS 2010 projects with VS 2012 and  click "update", but while i debug it ,there is a error message:

LINK : fatal error LNK1207: incompatible PDB format in ‘C:\Users\Admir\Documents\Visual Studio 2010\Projects\nr.fjaleve.while\Debug\nr.fjaleve.while.pdb‘; delete and rebuild.

What can I do to solve this?

 

Hi verify,

It seems that it is not the VS debug issue.

LINK : fatal error LNK1207: incompatible PDB format in ‘C:\Users\Admir\Documents\Visual Studio 2010\Projects\nr.fjaleve.while\Debug\nr.fjaleve.while.pdb‘; delete and rebuild.

Please Clean and Rebuild your app under “Build” menu, check it again. If still no help, maybe you could delete it manually, and then rebuild it again. Hope it could help.

Reference:

Linker Tools Error LNK1207

Best Regards,

c++工程vs导入工程时发生LNK1207

原文:http://www.cnblogs.com/linkzijun/p/5894149.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!