Organizing an MFC MDI project
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm starting work on an MFC-based MDI project (does not use document-view architecture). If completed, it will employ some three dozen view classes, each consisting of 2 or more dot-CPP/dot-H pairs. This will make the project space somewhat crowded. I was thinking of organizing the view-class files in static libraries, to reduce clutter and increase comprehensibility of the workspace. Can anyone comment on this? Is there a better way? Thanks, RD