码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2016-09-21 21:31:09      阅读:149      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!