I have a COM object that contains a variety of math functions. How can I call the math COM object from a 2nd COM object that wants to use the functions? Thanks in advance for any assistance.
Printable View
I have a COM object that contains a variety of math functions. How can I call the math COM object from a 2nd COM object that wants to use the functions? Thanks in advance for any assistance.
Call it just as you would any other COM object. Use CoCreateInstance and QueryInterface...
Dave