Hi,
First question .. Besides porting the C++ code over to .Net which would be extremely time consuming, is the creation of the wrappers ideal? Secondly .. Any other alternatives beside creating the wrappers?
Yes, it is possible to use C++/CLI to write a managed wrapper for native C++ code. This wrapper (a DLL) can be consumed by a WinForms C#.
Third. Any tutorials outlining this process specific to creating a C++/CLR wrapper so the user can access MFC methods?
About C++/CLI wrapper for native C++ to use as reference in C#, I suggest you could refer to the links:
https://stackoverflow.com/questions/25342536/calling-mfc-dialog-from-c-sharp-net
Best Regards,
Jeanine
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.