VS编译错误:mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "..\release\!1&,.ex

参考网页:

http://apps.hi.baidu.com/share/detail/22092149

错误信息:

mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "..\release\!1&,.exe". {_~0 v

解决办法:

项目属性——配置属性——链接器——清单文件中,把生成清单改成否就行了  <--  可能会导致编译好的库无法注册(我遇到过)

Linker --> Manifest File

项目属性——配置属性——清单工具——输入和输出中,把嵌入清单改成否  < --

Manifest Tool --> Input and Output

posted @ 2012-01-12 11:15  mummily  阅读(2509)  评论(0编辑  收藏  举报