I have legacy code in Visual C++ 6.0 and have been limited in expanding it since it is not compatible with .NET APIs. I am not sure how to go about migrating it. thx
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How to call a managed DLL from native Visual C++ code talks about calling .net managed code from C++
If you want to add WPF support to your MFC app it is is covered here
You can also recompile your app with Common Language Runtime support and call .net API’s through C++/CLI