掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
エラーを回避したいのです (ID:55033)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
プログラムを実行した後、閉じるとDebug Assertion Failedと出た後 MFC42D.DLLにエラーが発生しましたと二回でてきます。デバッグを見てみると // CString _AFX_INLINE CStringData* CString::GetData() const → { ASSERT(m_pchData != NULL); return ((CStringData*)m_pchData)-1; } のところと、 #ifndef _AFX_NO_OCC_SUPPORT // cleanup control container, // including destroying controls → delete m_pCtrlCont; // cleanup control site if (m_pCtrlSite != NULL && m_pCtrlSite->m_pWndCtrl == this) m_pCtrlSite->m_pWndCtrl = NULL; のところです。これは何をいっているのでしょうか?どなたかわかる方教えていただけないでしょうか。よろしくお願いいたします。
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.