
January 31st, 2003, 05:41 AM
|
|
Junior Member
|
|
Join Date: Jan 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
IDL and constructors
How can I declare constructors in IDL?
I created COM classes. However, I want to be able to use different constructors in instantiating it. However, the CComPtr instantiate objects with its default constructor (no parameters). How can I use the other constructors that I defined?
|