T
Trokey
Here's my situation: I have a .NET (C#) dll (COM 1) which contains a
reference to another COM library (COM 2). I also have a C++ program which
accesses COM 1 via Interop. I want to include a routine in the interface to
COM 1 which accesses an interface defined in COM 2. How do I do this?? I
have done something similar in the case where my COM 1 was written in C++ by
aggregating the interface to access the interface of COM 2.
reference to another COM library (COM 2). I also have a C++ program which
accesses COM 1 via Interop. I want to include a routine in the interface to
COM 1 which accesses an interface defined in COM 2. How do I do this?? I
have done something similar in the case where my COM 1 was written in C++ by
aggregating the interface to access the interface of COM 2.