2003年12月22日
wincore.cppでASSERT
wincore.cpp で謎のASSERT。
Line 628: ASSERT(pWnd->m_hWnd == NULL); // only do once
1つの CWnd で2度 Create を実行すると発生するみたい。ほんとMFC意味不明。(if you call CWnd.Create twice, then this assertion will occur.)
wincore.cpp で謎のASSERT。
Line 628: ASSERT(pWnd->m_hWnd == NULL); // only do once
1つの CWnd で2度 Create を実行すると発生するみたい。ほんとMFC意味不明。(if you call CWnd.Create twice, then this assertion will occur.)