首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

vs 2010的编译异常

2013-04-21 
vs 2010的编译错误运行了一个windows hello world 程序,编译器显示LNK1123: failure during conversion to

vs 2010的编译错误
运行了一个windows hello world 程序,编译器显示LNK1123: failure during conversion to COFF: file invalid or corrupt
msdn论坛的朋友让我调link->enablr incremental linking为no, 然后试了下,结果又有新的错误:

1>stdafx.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
现在不知道怎么调试, 请大家给点建议。
[解决办法]
warning而已,编译应该成功了吧。
[解决办法]

引用:
运行了一个windows hello world 程序,编译器显示LNK1123: failure during conversion to COFF: file invalid or corrupt
msdn论坛的朋友让我调link->enablr incremental linking为no, 然后试了下,结果又有新的错误:

1>stdafx.obj : wa……
1>stdafx.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification

这个不是错误信息啊,只是一个警告信息。还是你错误信息没填出来
[解决办法]
话说你把代码贴上来看看啊,不然不知道是怎么错的.

热点排行