如何注册vc ++ dll [英] how to register a vc++ dll

查看:101
本文介绍了如何注册vc ++ dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何注册vc ++ dll?不用命令注册

regsvr32 dllname。

解决方案

很难说。但请记住,并非所有DLL都可以注册,通常只能注册那些充当COM / ActiveX服务器的DLL。仅包含标准WIN32导出的DLL未注册,并且通过常用Windows搜索顺序找到可执行文件。



您认为您的DLL是COM / ActiveX服务器吗?

how to register a vc++ dll? not registering with command
regsvr32 dllname.

解决方案

Hard to say. But remember that not all DLLs can be registered, typically only those acting as COM/ActiveX servers can be registered. DLLs just containing standard WIN32 exports are not registered and are located by the usual Windows search order for executables.

Do you think that your DLL is a COM/ActiveX server?


这篇关于如何注册vc ++ dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆