G
Grey Alien
might be slightly OT...
I am writing a wrapper (ATL) COM class around a C++ class. The C++ class
does not have a default ctor - The ctor requires various arguments to be
passed to it - one of which is a C++ reference.
How may I pass the arguments to the ATL ctor?
I am writing a wrapper (ATL) COM class around a C++ class. The C++ class
does not have a default ctor - The ctor requires various arguments to be
passed to it - one of which is a C++ reference.
How may I pass the arguments to the ATL ctor?