Re: Python GUI: document/view versus window

Tony Kimball (alk@cfa.org)
Thu, 23 Mar 1995 04:13:51 GMT

IMO, the doc/view architecture of MFC is an impediment because
so much of the structure of the class library is bound to
this architecture that the majority of applications (dialog-based)
suffer for having to reimplement it. That is not an argument
against the doc/view architecture, but rather a warning to
future implementors employing a similar architecture not to
make the same mistake. MFC 3.0 seems to address this problem in
some degree, but not fully.