VS2010 关于 CVT1100 和 LNK1123 的解决办法

VS2010 关于 CVT1100 和 LNK1123 的解决办法
错误提示:
Error    1    error CVT1100: duplicate resource.  type:MANIFEST, name:1, language:0x0409    
Error    2    error LNK1123: failure during conversion to COFF: file invalid or corrupt    
MSDN 解决办法
//  打开工程的属性对话框
1.Open the project's Property Pages dialog box
// 点开连接
2.Click the Linker folder. 
// 点击嵌套IDL 
3.Click the Embedded IDL property page. 
// 修改 TypeLib 资源ID 取 2 - 65535任一值
4.Modify the TypeLib Resource ID property. 
若此未解决
请按下列步骤来进行
Project(工程) -> Properties(属性) -> Manifest Tool(清单工具) -> Input and Output(输入及输出)-> Embed Manifest (嵌套清单) ->No
照此可解决问题
转自 : http://hi.baidu.com/qiylei/blog/item/7ebcecf4bbf3afe37609d7ee.html

你可能感兴趣的:(VS2010 关于 CVT1100 和 LNK1123 的解决办法)