I have a COM add-in written in C++ (not C++ / CLI). I want to call a C# library objects/methods from this C++ com library.
I guess the CCW comes into picture here, w
I have this links for you: COM Interop Part 1 Sample Create DCOM application from within .Net environment: Part V C++ to C# call