--- Module: ResOrgSymbolsListCtrl.cpp Automatically linking with BXFileDialogD.lib } ResOrgSymbolsListCtrl.cpp(222): error 1540: (Warning -- Pointer member 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' (line 145, file ResOrgSymbolsListCtrl.h) neither freed nor zero'ed by destructor -- Effective C++ #6) if (bShow != m_bShowProblemSymbolsOnly) ResOrgSymbolsListCtrl.cpp(336): error 731: (Info -- Boolean argument to equal/not equal) int nItem = InsertItem( GetItemCount(), ResOrgSymbolsListCtrl.cpp(452): error 578: (Warning -- Declaration of symbol 'nItem' hides symbol 'nItem' (line 449)) SetItemText(nItem, STATUS_COLUMN, m_pResourceSymbolManager->GetDisplayedStatus(pSymbol) ); ResOrgSymbolsListCtrl.cpp(503): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) During Specific Walk: File ResOrgSymbolsListCtrl.cpp line 458: UpdateSymbol(?) ResOrgSymbolsListCtrl.cpp(503): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) During Specific Walk: File ResOrgSymbolsListCtrl.cpp line 401: AddSymbol(!=0) File ResOrgSymbolsListCtrl.cpp line 458: UpdateSymbol(!=0) ResOrgSymbolsListCtrl.cpp(503): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) LPNMLVCUSTOMDRAW lplvcd = (LPNMLVCUSTOMDRAW)pNMHDR; ResOrgSymbolsListCtrl.cpp(672): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) if (lplvcd->nmcd.dwItemSpec >= 0) ResOrgSymbolsListCtrl.cpp(683): error 685: (Warning -- Relational operator '>=' always evaluates to 'true') ResOrgSymbolsListCtrl.cpp(683): error 568: (Warning -- non-negative quantity is never less than zero) !m_pResourceSymbolManager->IsUnique(pSymbol->GetValue() ) ) ResOrgSymbolsListCtrl.cpp(698): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) ResOrgSymbolsListCtrl.cpp(698): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) else if ( m_pResourceSymbolManager->IsOutOfRange(pSymbol) ) ResOrgSymbolsListCtrl.cpp(703): error 613: (Warning -- Possible use of null pointer 'CResOrgSymbolsListCtrl::m_pResourceSymbolManager' in left argument to operator '->' [Reference: file ResOrgSymbolsListCtrl.cpp: lines 215, 390]) --- Wrap-up for Module: ResOrgSymbolsListCtrl.cpp ResOrgSymbolsListCtrl.cpp(170): error 749: (Info -- local enumeration constant 'UNKNOWN_COLUMN' (line 170, file ResOrgSymbolsListCtrl.cpp) not referenced) --- Global Wrap-up error 900: (Note -- Successful completion, 13 messages produced)