积极答复者
LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 问题如何解决。

问题
答案
-
你好,
请问你的Visual C++ 2010 是否安装过相应的服务包?
根据Visual Studio 2012 兼容性 ,VS 2012 一般打开使用 VS 2010 SP1 建立的程序。
你可以尝试安装服务包,或者修复、重新安装Visual Studio 2012以查看是否可以解决此问题。
另外,如果你使用“增量链接”(‘incremental linking' )的话,可能会出现上述的链接错误。
请尝试进入Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking ,然后选择"No (/INCREMENTAL:NO)"。
详细信息请参看 /INCREMENTAL(增量链接) .
有相关讨论如下:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 VCResearch 2013年11月19日 11:11
全部回复
-
你好,
请问你的Visual C++ 2010 是否安装过相应的服务包?
根据Visual Studio 2012 兼容性 ,VS 2012 一般打开使用 VS 2010 SP1 建立的程序。
你可以尝试安装服务包,或者修复、重新安装Visual Studio 2012以查看是否可以解决此问题。
另外,如果你使用“增量链接”(‘incremental linking' )的话,可能会出现上述的链接错误。
请尝试进入Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking ,然后选择"No (/INCREMENTAL:NO)"。
详细信息请参看 /INCREMENTAL(增量链接) .
有相关讨论如下:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 VCResearch 2013年11月19日 11:11
-
你好,
请问你的Visual C++ 2010 是否安装过相应的服务包?
根据Visual Studio 2012 兼容性 ,VS 2012 一般打开使用 VS 2010 SP1 建立的程序。
你可以尝试安装服务包,或者修复、重新安装Visual Studio 2012以查看是否可以解决此问题。
另外,如果你使用“增量链接”(‘incremental linking' )的话,可能会出现上述的链接错误。
请尝试进入Project Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking ,然后选择"No (/INCREMENTAL:NO)"。
详细信息请参看 /INCREMENTAL(增量链接) .
有相关讨论如下:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
我重装了vs2010 sp1,问题解决了。