积极答复者
模板集合类CTypedPtrArray::Add()访问错误

问题
答案
-
Debug下打开call stack窗口,看看函数调用堆栈,找到出错的函数。
int Index=pDoc->m_AddressList.Add(pList); // Debug下看看pDoc指针的是否有效?Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 Mr.Abor 2012年10月22日 16:04
全部回复
-
Debug下打开call stack窗口,看看函数调用堆栈,找到出错的函数。
int Index=pDoc->m_AddressList.Add(pList); // Debug下看看pDoc指针的是否有效?Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 Mr.Abor 2012年10月22日 16:04
-