开发中的一个dll文件不能反注册
编号:QA003184
建立日期: 2000年7月20日 最后修改日期:2000年7月20日
所属类别:
cloudfly:
操作系统:WIN
编程工具:N/A
问题:开发中的一个dll文件用regsvr32注册后,不能反注册,用regsvb32 /u aaa.dll显示:
aaa.dll was loaded,but the DLLUnregisterServer entry point was not found.
DllUnregisterServer may not be exported,or a corrupt version of aaa.dll may
be in memory. Consider using PView to detect and remove it.
回答:
你编的这个组件没有实现DllRegisterServer函数,如用vc编程,只要加入这个入口函数,并调用COleObjectFactory::UpdateRegisterAll()函数即可。
此问题由高峰回答。
| |
|
|
| |
|
|