Hello,
I have a program, which one developed using MFC and the development is going on. Now I want to create the same application using C++/CLI. For that I want to re-create all the MFC class. If any mechanism for using the same MFC class in C++/CLI. I try one that, create .dll file using the...