--- Module: CJTabCtrlBar.cpp } CJTabCtrlBar.cpp(203): error 1401: (Warning -- member 'CCJTabCtrlBar::m_nPointTab' (line 199, file ..\Include\CJTabCtrlBar.h) not initialized by constructor) CJTabCtrlBar.cpp(203): error 1401: (Warning -- member 'CCJTabCtrlBar::m_pActiveView' (line 202, file ..\Include\CJTabCtrlBar.h) not initialized by constructor) } CJTabCtrlBar.cpp(212): error 1740: (Info -- pointer member 'CCJTabCtrlBar::m_pActiveView' (line 202, file ..\Include\CJTabCtrlBar.h) not directly freed or zero'ed by destructor -- Effective C++ #6) pContext = &context; CJTabCtrlBar.cpp(317): error 733: (Info -- Assigning address of auto variable 'context' to outer scope symbol 'pContext') ASSERT_KINDOF(CWnd, pWnd); CJTabCtrlBar.cpp(334): error 613: (Warning -- Possible use of null pointer 'pWnd' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: line 324]) ASSERT(pWnd->m_hWnd == NULL); // not yet created. CJTabCtrlBar.cpp(335): error 613: (Warning -- Possible use of null pointer 'pWnd' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: line 324]) CRect(0,0,0,0), this, 0, pContext)) CJTabCtrlBar.cpp(339): error 613: (Warning -- Possible use of null pointer 'pWnd' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: line 324]) int nViews = ( nIndex == -1 )?m_viewList.GetCount():nIndex; CJTabCtrlBar.cpp(448): error 650: (Warning -- Constant out of range for operator '==') m_pActiveView->EnableWindow(FALSE); CJTabCtrlBar.cpp(450): error 613: (Warning -- Possible use of null pointer 'CCJTabCtrlBar::m_pActiveView' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: line 352]) m_pActiveView->ShowWindow(SW_HIDE); CJTabCtrlBar.cpp(451): error 613: (Warning -- Possible use of null pointer 'CCJTabCtrlBar::m_pActiveView' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: line 352]) During Specific Walk: File CJTabCtrlBar.cpp line 462: SizeTabView(0?) CJTabCtrlBar.cpp(476): error 613: (Warning -- Possible use of null pointer 'pWnd' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: lines 352, 462]) During Specific Walk: File CJTabCtrlBar.cpp line 462: SizeTabView(0?) CJTabCtrlBar.cpp(477): error 613: (Warning -- Possible use of null pointer 'pWnd' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: lines 352, 462]) m_pActiveView->EnableWindow(FALSE); CJTabCtrlBar.cpp(745): error 613: (Warning -- Possible use of null pointer 'CCJTabCtrlBar::m_pActiveView' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: lines 352, 544]) m_pActiveView->ShowWindow(SW_HIDE); CJTabCtrlBar.cpp(746): error 613: (Warning -- Possible use of null pointer 'CCJTabCtrlBar::m_pActiveView' in left argument to operator '->' [Reference: file CJTabCtrlBar.cpp: lines 352, 544]) --- Global Wrap-up error 900: (Note -- Successful completion, 14 messages produced)