QT应用编程: window下注册COM服务器方法(COM组件注册)
【摘要】
一、使用系统自带工具regsvr32注册
注册: regsvr32 xxxx.dll注销: regsvr32 /u xxxx.dll
二、使用QT自带工具idc.exe注册
使用说明:
D:\linux-share-dir\idc2>idc.exe -?Usage: idc [options] [input_f...
一、使用系统自带工具regsvr32注册
-
注册: regsvr32 xxxx.dll
-
注销: regsvr32 /u xxxx.dll
二、使用QT自带工具idc.exe注册
使用说明:
-
D:\linux-share-dir\idc2>idc.exe -?
-
Usage: idc [options] [input_file]
-
Interface Description Compiler 5.12.6
-
-
Options:
-
-?, /h, -h, -help Displays this help.
-
/v, -v Displays version information.
-
/version, -version <version> Specify the interface version.
-
/idl, -idl <file> Specify the interface definition file.
-
/tlb, -tlb <file> Specif
文章来源: xiaolong.blog.csdn.net,作者:DS小龙哥,版权归原作者所有,如需转载,请联系作者。
原文链接:xiaolong.blog.csdn.net/article/details/115514853
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)