0x5afd57aa處有未經處理的異常:0xC0000005:讀取位置0xcdcdcdc1時發生訪問衝突

0xC0000005通常是NULL指針形成的。在Debug狀態下,出現異常的時候,選擇「Break「,而後看程序停在那一行,再看看是不是這一行使用了NULL指針。 CTSDataRemux* pFilePlayer = NULL; for (int i = 0; i < m_playerList.size(); ++i) { pFilePlayer = m_playerList.front();
相關文章
相關標籤/搜索