0x59E24FE1 (mfc120ud.dll) (MFCApplication1.exe 中)處有未經處理的異常: 0xC0000005: 讀取位置 0x0000002C 時發生訪問沖突。
光標一直停在atlsimpstr.h的
CStringData* GetData() const throw()
{
return( reinterpret_cast< CStringData* >( m_pszData )-1 );
}
這裡,實在不知道是哪裡出了問題,求救!!
通常是訪問 空指針。。和使用已經被釋放的內存。檢查下業務邏輯