MDI to SDI
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I wanted to convert my MDI app to SDI without having to start a new project. Is this possible for me to do without having to restart my project over and using app wizard? thanks in advance.
Not without a lot of work (from my experience). By far, the easiest way is to create a "blank" SDI project and copy the necessary files over. You'll still have to tweak a few of the files, but it will be minimal.