您的位置:首页 > 大数据 > 人工智能

VS 2010 - error LNK1123: failure during conversion to COFF: file invalid or corrupt

2014-03-04 21:23 501 查看
程序在VS2010 调试通过后,在另一台机器上,debug模式下编译出错,但Release模式顺利通过。debug模式下的错误为LINK:fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt。在这里找到解决方案(http://social.msdn.microsoft.com/Forums/vstudio/en-US/eb4a7699-0f3c-4701-9790-199787f1b359/vs-2010-error-lnk1123-failure-during-conversion-to-coff-file-invalid-or-corrupt?forum=vcgeneral), 特此记录1. 重装VS2010 (没试)2. 设置“Enable Incremental Linking” to /No(/INCREMENTAL:NO) in property page->configuration properties->Linker->General.我用第二种方法设置后成功通过编译,特此记录。

                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐