Click to See Complete Forum and Search --> : COM calling COM


gfweis
April 10th, 1999, 04:58 PM
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.

Dave Lorde
April 12th, 1999, 06:07 AM
Call it just as you would any other COM object. Use CoCreateInstance and QueryInterface...

Dave