--- Module: NGRecentItemComboBox.cpp m_pMRU->Add ( szNewItem ); // Add it to the MRU list. NGRecentItemComboBox.cpp(126): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117]) m_pMRU->ReadList(); NGRecentItemComboBox.cpp(227): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) for ( int i = 0; i < m_pMRU->GetSize(); i++ ) NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) if ( (*m_pMRU)[i].GetLength() > 0 ) NGRecentItemComboBox.cpp(316): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in argument to operator 'unary *' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) if ( AddString ( (*m_pMRU)[i] ) < 0 ) NGRecentItemComboBox.cpp(318): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in argument to operator 'unary *' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) During Specific Walk: File NGRecentItemComboBox.cpp line 131: RefreshCtrl() NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) During Specific Walk: File NGRecentItemComboBox.cpp line 131: RefreshCtrl() NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) During Specific Walk: File NGRecentItemComboBox.cpp line 131: RefreshCtrl() NGRecentItemComboBox.cpp(316): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in argument to operator 'unary *' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) During Specific Walk: File NGRecentItemComboBox.cpp line 131: RefreshCtrl() NGRecentItemComboBox.cpp(318): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in argument to operator 'unary *' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) During Specific Walk: File NGRecentItemComboBox.cpp line 131: RefreshCtrl() NGRecentItemComboBox.cpp(313): error 613: (Warning -- Possible use of null pointer 'CNGRecentItemComboBox::m_pMRU' in left argument to operator '->' [Reference: file NGRecentItemComboBox.cpp: lines 51, 117, 147, 188]) nItemsToCopy = __min ( m_nMaxMRUSize, m_pMRU->GetSize() ); NGRecentItemComboBox.cpp(726): error 666: (Warning -- Expression with side effects passed to repeated parameter 2 in macro '__min') --- Global Wrap-up error 900: (Note -- Successful completion, 13 messages produced)