Hi all.
I declared a public member (m_dbgoutput) in the MDIFrameWnd class (defined in MainFrm.cpp).
I'd like to access Methods (AddString() for example) from that member from within any part of the application. I didn't find the way to gain access to MdiFrameWnd member from within CDocument nor CView class.
How can i access methods from that member declared in MainFrm.h ?

Thanks.