calling C# from c++ com add-in

前端 未结 1 611
一生所求
一生所求 2020-12-17 06:13

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

相关标签:
1条回答
  • 2020-12-17 06:50

    I have this links for you:
    COM Interop Part 1 Sample
    Create DCOM application from within .Net environment: Part V
    C++ to C# call

    0 讨论(0)
提交回复
热议问题