LINK : fatal error LNK1123 (VS2010)



转载自http://jingyan.baidu.com/article/fd8044faf0cbad5030137a41.html

在使用Microsoft Visual Studio 2010 英文版/中文版,编译库时出现如下问题:

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

编译也没有任何错误,链接一直报错,也找不出什么原因,上网找了找,是工具的原因。

具体解决步骤如下:

1 project->xx Properties

2 Manifest->Input and Output->Embed Manifest

将yes修改为no

3 再重新编译OK了

LINK : fatal error LNK1123 (VS2010)_第1张图片

你可能感兴趣的:(CC#代码实现)