CMainFrame* pFrame=(CMainFrame*) AfxGetMainWnd();
CMyDoc* pDoc=(CMyDoc*)pFrame->GetActiveDocument();
CMainFrame* pFrame=(CMainFrame*) AfxGetMainWnd();
CMyView* pView =(CMyView*)pFrame->GetActiveView();
CMyApp* pApp =((CMyApp*) AfxGetApp();
cpp 상단에 얻어오고자 하는 클래스의 헤더는 반드시 include해야함.
'Robotics > Software Tech.' 카테고리의 다른 글
해밍코드(Hamming Code) (0) | 2008.08.03 |
---|---|
CRC(cyclic redundancy checking) (0) | 2008.08.03 |
Flex2를 이용한 UI와 MFC 어플리케이션 연동 (2) | 2008.06.22 |
Visual Studio 2008에서 병렬 컴파일로 컴파일 성능 향상시키기 (0) | 2008.06.19 |
Visual Studio 2008의 새로운 기능 'Performance Wizard' (0) | 2008.06.19 |