
Passing an Non Com Object
You can't. Suppose the client is written in VB or JavaScript - what is
it supposed to do with C++ class? Wrap the class in a COM object, pass
the interface implemented by this object.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> I want to find a way to pass a Non Com Class object through a method
> in a Com Interface.
> Thanks