VS2010错误

1、用VS2010生成C++程序时,链接器工具错误 LNK1123:

fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
转换到 COFF 期间失败: 文件无效或损坏
VS2010下的解决方案:

安装sp1的补丁:http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=23691

参考资料:http://msdn.microsoft.com/zh-cn/library/7dz62kfh.aspx

你可能感兴趣的:(VS2010)