Two Frames
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Arg.. getting a headache over this.. I create a static splitter window, and each pane loads another frame, and each frame loads another view.. I need to do this because both panes need independant toolbars. Anyways everything works fine untill you try and close the app.. then it blows up.. It fails when at CFrameWnd::OnDestroy(); and I can't figure out why.. If I replace one of the splitter panes with a standard CView then it works fine.. but if both panes are frames it blows up.. I just can't figure this out.. Any Ideas?