Hi, everyone,
We need help to find out the process of debugging the C++ add-in visual studio. Currently, we are using C# add-in. For our latest work, we need to debug to C++ add-in and convert them into C# add-in. Anyone can suggest how to perform this translation.
Currently, we are thinking of used wrapper class for the conversion of C++ to C# but now we are not good in C++ so is there any tool that directly converts the C++ code into wrapper class?
Thanks for your time consideration.
Regards,
Vijay.
Maybe this helps?
C++ to C# Converter