using __declspec(dllexport) need to raise an event from C++ and subscribe and handle it in C#

后端 未结 0 1225
甜味超标
甜味超标 2021-01-19 21:36

I want to raise a event in the C++ dll which will be subscribed and handled by my C# exe. I have written the below code. The code in C++ is not compiling giving me error lik

相关标签:
回答
  • 消灭零回复
提交回复
热议问题