mfc CMainFrame怎么获取获取视图类指针,视图类怎么获取CMainFrame的指针
CMainFrame怎么获取获取视图类指针,视图类怎么获取CMainFrame的指针CMainFrame*pFrame=(CMainFrame*)AfxGetMainWn...
CMainFrame怎么获取获取视图类指针,视图类怎么获取CMainFrame的指针
CMainFrame* pFrame = ( CMainFrame* )AfxGetMainWnd();
CTest2View * pView= (CTest2View*)pFrame->GetActiveView();
为什么这样写会提示报错
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2065: 'CTest2View' : undeclared identifier
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2065: 'pView' : undeclared identifier
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2059: syntax error : ')' 展开
CMainFrame* pFrame = ( CMainFrame* )AfxGetMainWnd();
CTest2View * pView= (CTest2View*)pFrame->GetActiveView();
为什么这样写会提示报错
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2065: 'CTest2View' : undeclared identifier
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2065: 'pView' : undeclared identifier
c:\users\daoxin\desktop\test2\mainfrm.cpp(115) : error C2059: syntax error : ')' 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询