Did you ever get an answer on this?
R
rdunnill
@rdunnill
Posts
-
Accessing ActiveX Ambient properties? -
Organizing an MFC MDI projectI'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