Calling functions in a managed C# DLL from a unmanaged C++ MFC appication running on WEC7

  • Thread starter Thread starter Jakester2261
  • Start date Start date
J

Jakester2261

Guest
I am trying to use a C# library written for MQTT which is written with managed C# code. What I have is legacy unmanaged C++ code that I need to make calls into the C# DLL. I believe I need to create a wrapper that exposes the functions in the DLL. I am not having luck finding examples on this process. I am hoping somebody out there has done this. Looking forward for some guidance

Thanks!

Continue reading...
 
Back
Top