9193
Programmer
- Apr 25, 2008
- 4
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 MFC class and load that .dll file in to C++/CLI project. It is working.
But with out the use of .dll file, how can I use the same MFC class in my new C++/CLI project.
Please help me
Sabi
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 MFC class and load that .dll file in to C++/CLI project. It is working.
But with out the use of .dll file, how can I use the same MFC class in my new C++/CLI project.
Please help me
Sabi