MFC debug assertion failed 请高手指点!
if(!m_wndView.Create(WS_CHILD | WS_VISIBLE | LBS_USETABSTOPS |LBS_SORT | LBS_NOTIFY | LBS_NOINTEGRALHEIGHT, CRect(0, 0, 0, 0),
this, AFX_IDW_PANE_FIRST))
return -1;
m_wndView是一个从CListBox继承面来的类,程序编译通过,但运行时,会出现debug assertion faild wincore.cpp line:639 调试了多遍,但是找不到出错原因,此语句在另一个程序中运行通过,请高手指点,多谢!