Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL COM Wrapper strategy

Status
Not open for further replies.

zheng530022

Programmer
Apr 28, 2005
1
US
I have a DLL, and would like to make COM wrapper, anybody knows the strategy for doing it?
 
You'll have to write a new COM dll and route all calls on your interfaces to the dll you want to wrap; there's no standard strategy for this, I think......

Greetings,
Rick
 
If this dll contains a type library resource, see #import directive.
 
I don't think it has a type library resource, because then it would already be a COM dll and then it wouldn't be necessary to write a COM wrapper around it.



Greetings,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top