bardolf
April 1st, 2003, 02:40 AM
Hello, I need to make MDI App, without Doc/View support. Using appwizard I generate this project. Class CChildFrame contain member variable CChildView m_wndView. When I add class CMyFormView:CFormView and change member variable to CMyFormView m_wndView it works. But when I close child window it crash. Please advice me! Thanks!
bardolf
April 1st, 2003, 05:00 AM
It's already solved.
Originally posted by bardolf
Hello, I need to make MDI App, without Doc/View support. Using appwizard I generate this project. Class CChildFrame contain member variable CChildView m_wndView. When I add class CMyFormView:CFormView and change member variable to CMyFormView m_wndView it works. But when I close child window it crash. Please advice me! Thanks!