How i can access function in CView
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I ues MFC. How i can access function in CxxxView. CxxxView:CRichEditView use classname with Scope Resolution operation (::) and access the class methods. Selvam
I use to try!!! I create public : void displayOutput(CString output); ++++++++++++++++++++++++++++++++++++++++++++ void displayOutput(CString output) { SetWindowText(output); } When i include CxxxView.h in other class GetDocument function of CxxxView class away error.