Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Comments
Bernhard Hiller 27-Jun-13 2:28am    
That is called "Registration free COM" - using that term, Google will help you.

1 solution

See my answer here:
importing com dll dynmaically[^]

Regards,
Maxim.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900