本文介绍了如何在没有在vc ++中为visual studio 12注册它们的情况下使用COM dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些Com dll,我想在windows应用程序中使用它们但没有注册,因为我在vc ++中使用LoadLibrary()方法,此方法加载dll但不执行dll的功能。



您能否建议我使用该dll而无需注册?



我在Visual Studio中使用VC ++语言12.

I have some Com dlls, I want to use them in windows application but without registering, for that I use LoadLibrary() method in vc++, this method load the dll but not performing the functionality of the dll.

Can you suggest me any way to use that dlls without registering them ?

I am using VC++ language in Visual Studio 12.

推荐答案


这篇关于如何在没有在vc ++中为visual studio 12注册它们的情况下使用COM dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 01:06