CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: COM calling COM

  1. #1
    Join Date
    Apr 1999
    Posts
    7

    COM calling COM

    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.


  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: COM calling COM

    Call it just as you would any other COM object. Use CoCreateInstance and QueryInterface...

    Dave


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured