--- Module: CJListCtrl.cpp } CJListCtrl.cpp(142): error 1401: (Warning -- member 'CCJListCtrl::m_pListCtrl' (line 136, file ..\Include\CJListCtrl.h) not initialized by constructor) CJListCtrl.cpp(142): error 1401: (Warning -- member 'CCJListCtrl::m_pTheme' (line 142, file ..\Include\CJListCtrl.h) not initialized by constructor) } CJListCtrl.cpp(147): error 1740: (Info -- pointer member 'CCJListCtrl::m_pListCtrl' (line 136, file ..\Include\CJListCtrl.h) not directly freed or zero'ed by destructor -- Effective C++ #6) CJListCtrl.cpp(147): error 1740: (Info -- pointer member 'CCJListCtrl::m_pTheme' (line 142, file ..\Include\CJListCtrl.h) not directly freed or zero'ed by destructor -- Effective C++ #6) LPNMLVCUSTOMDRAW lplvcd = (LPNMLVCUSTOMDRAW)pNMHDR; CJListCtrl.cpp(227): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) if(lplvcd->nmcd.dwItemSpec >= 0) // Was dwItemSpec % 2 before! CJListCtrl.cpp(237): error 685: (Warning -- Relational operator '>=' always evaluates to 'true') CJListCtrl.cpp(237): error 568: (Warning -- non-negative quantity is never less than zero) #... FIRST-2) case HDN_ITEMCLICKA: CJListCtrl.cpp(264): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-22) case HDN_ITEMCLICKW: CJListCtrl.cpp(265): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-0) case HDN_ITEMCHANGINGA: CJListCtrl.cpp(290): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-20) case HDN_ITEMCHANGINGW: CJListCtrl.cpp(291): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-7) #... RACKA case HDN_ENDTRACK: CJListCtrl.cpp(292): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-5) case HDN_DIVIDERDBLCLICKA: CJListCtrl.cpp(305): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-25) case HDN_DIVIDERDBLCLICKW: CJListCtrl.cpp(306): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-26) case HDN_BEGINTRACKW: CJListCtrl.cpp(307): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') #... FIRST-6) case HDN_BEGINTRACKA: CJListCtrl.cpp(308): error 648: (Warning -- Overflow in computing constant for operation: 'unsigned sub.') --- Global Wrap-up error 900: (Note -- Successful completion, 16 messages produced)