请问Visual Studio这个特殊问题的解决方案是什么? [英] Please what is the solution to this peculiar problem visual Studio?

查看:100
本文介绍了请问Visual Studio这个特殊问题的解决方案是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在两天前在VS中编译MFC应用并收到以下错误消息?

链接:致命错误LNK 1123:转换为COFF时失败:文件无效或损坏。 />


奇怪的是,在过去的八个月里,我一直在编译(或调试)这段代码。这不是我第一次尝试编译它。



解决我卸载的问题vs终极版并安装了Vs专业版,但错误一直显示up.I修复了Vs专业版,同样的东西。我卸载了vs专业版同样的东西。



最奇怪的是,即使我创建了测试控制台,Win32 c ++项目和新的mfc项目。同样的事情。无论项目如何,都会出现同样的错误信息。



请问如何解决此问题?

I attempted to compile an MFC app in VS two days ago and received the following error message?
LINK:Fatal error LNK 1123: Failure during conversion to COFF: File invalid or corrupt.

The strange thing is thatI have been compiling ( or debugging) this code every day for the past eight months I have been working on the project. This is not the first time I will attempt to compile it.

T o resolve the problem I uninstalled vs ultimate edition and installed Vs professional edition, but the error kept showing up.I repaired Vs professional edition, same thing.I uninstalled vs professional edition same thing.

The strangest thing is that even when I created test console , Win32 c++ projects and new mfc projects.The same thing.The same error message irrespective of the project.

Please how do I resolve this?

推荐答案

取决于安装的VS版本: http://support.microsoft.com/kb/2757355 [ ^ ]

如果这没有帮助,尝试禁用增量链接:

项目属性...配置属性...链接器(常规)...启用增量链接ing ...否(/ INCREMENTAL:NO)
Depends on the version of VS installed: http://support.microsoft.com/kb/2757355[^]
If that doesn't help, try disabling incremental linking:
"Project Properties...Configuration Properties...Linker (General)...Enable Incremental Linking...No (/INCREMENTAL:NO)"


这篇关于请问Visual Studio这个特殊问题的解决方案是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆