我的dll中的类型库已损坏

我的dll中的类型库已损坏

本文介绍了我的dll中的类型库已损坏(TYPE_E_CANTLOADLIBRARY 0x80029c4a)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ATL DLL的编译问题具有内置的类型库(通过rc文件中的include),通常,该dll可以成功构建(意味着成功注册),有时可以构建该dll,但是类型库已损坏,如果要注册, TYPE_E_CANTLOADLIBRARY(0x80029c4a)将返回.然后使用VS2008打开该dll,然后输入"TYPELIB".项目消失,其下的内容输入"REGISTRY".

我正在寻找任何建议和解决方案,

解决方案


A compile issue for ATL DLL which has the type library built in(through an include in the rc file), generally, this dll can be built successfully(mean register successfully), sometimes this dll can be built, but the type library is corrupt, if to register, TYPE_E_CANTLOADLIBRARY(0x80029c4a) will return. Then to open this dll with VS2008, "TYPELIB" item disappeared and the content under it entered "REGISTRY".

I'm looking for any suggestions and resolution, thx

解决方案


这篇关于我的dll中的类型库已损坏(TYPE_E_CANTLOADLIBRARY 0x80029c4a)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 13:01