C # call from C ++ com add-in

I have a COM add-in written in C ++ (not C ++ / CLI). I want to name the libraries / methods of the C # library from this C ++ com library.

I assume that CCW appears here, which I am reading about.

Are there any quick pointers to this material from your experience?

In addition, I have a method in my Com add-in that I would like my C # library code to call - that is, a method pointer call.

Can you help me tell you how I can do this, for example, how can I switch to passing a method pointer to C # code so that it can call it later.

Thanks.

+3
source share
1 answer

Source: https://habr.com/ru/post/1702943/


All Articles