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!

Create instance without dll and type library 2

Status
Not open for further replies.

mjxx

Programmer
Jun 29, 2001
8
SE
Hi,

is it possible to create an instance of a COM+ component from Visual C++ without importing the dll or tlb-file? All I have is an application proxy installed from a .msi-file. Or was a dll or type library placed somewhere when I installed the component?

Thanks in advance for your answer!

 
Yes, it is. See CoCreateInstance. John Fill
1c.bmp


ivfmd@mail.md
 
Dll or type library had placed in C:\Program Files\ComPlus Applications when you installed the component.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top