Hi,
Im very new to C++ but have written an ATL COM prog in VS6. I now want to use the properties, methods and events of another COM dll from within my new COM dll. How do I do this. Are there any code examples?
You use the other COM server regular way: create server instance, get interface, bind to connection points, etc. What you need is tutorials of COM clients in C++.
Bookmarks