--- Module: CJCaption.cpp SetTextStyle( DT_SINGLELINE|DT_END_ELLIPSIS ); CJCaption.cpp(216): error 1506: (Warning -- Call to virtual function 'CCJCaption::SetTextStyle(unsigned long)' within a constructor or destructor) m_pWndPopDown->DestroyWindow(); CJCaption.cpp(445): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pWndPopDown' in left argument to operator '->' [Reference: file CJCaption.cpp: line 202]) TEXTMETRIC tm; CJCaption.cpp(458): error 578: (Warning -- Declaration of symbol 'tm' hides symbol 'tm' (line 106, file C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\time.h)) m_pChildWnd->ShowWindow(SW_SHOW); CJCaption.cpp(486): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pChildWnd' in left argument to operator '->' [Reference: file CJCaption.cpp: line 203]) m_pNotifyWnd->SendMessage(CM_ONPUSHPINBUTTON, 0, 0); CJCaption.cpp(496): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pNotifyWnd' in left argument to operator '->' [Reference: file CJCaption.cpp: line 201]) m_pChildWnd->GetParent()->GetClientRect(&m_rcChild); CJCaption.cpp(497): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pChildWnd' in left argument to operator '->' [Reference: file CJCaption.cpp: line 203]) m_pChildWnd->MoveWindow(m_rcChild); CJCaption.cpp(501): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pChildWnd' in left argument to operator '->' [Reference: file CJCaption.cpp: line 203]) m_pWndPopDown->DestroyWindow(); CJCaption.cpp(514): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pWndPopDown' in left argument to operator '->' [Reference: file CJCaption.cpp: lines 202, 446]) m_pNotifyWnd->SendMessage(CM_ONPUSHPINCANCEL, 0, 0); CJCaption.cpp(518): error 613: (Warning -- Possible use of null pointer 'CCJCaption::m_pNotifyWnd' in left argument to operator '->' [Reference: file CJCaption.cpp: line 201]) TEXTMETRIC tm; CJCaption.cpp(569): error 578: (Warning -- Declaration of symbol 'tm' hides symbol 'tm' (line 106, file C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\time.h)) --- Global Wrap-up error 900: (Note -- Successful completion, 10 messages produced)