cmainframe *pmain=(cmaimframe *)afxgetapp()->m_pmainwnd
然后获得相应视图指针cyourview *pview=(cyourview *)pmain->getactiveview()
最后获得视图对应的当前文档指针 cdocument * pcurrentdoc =(cframewnd *)m_pmainwnd->getactivedocument()
'm_File' : undeclared identifier ,没有这个变量,要先定义的类型的;m_File 在类 .h 文件里面定义, CString m_File
或者直接在函数里面定义也可以
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)