--- Module: NGSortableObList.cpp ASSERT( AfxIsValidAddress((CObList::CNode*)posStart, sizeof(CObList::CNode)) ); NGSortableObList.cpp(69): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) for (pNi = (CObList::CNode*)posStart; pNi != NULL && iElements != 0; pNi = pNi->pNext, iElements--) NGSortableObList.cpp(84): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) for (pNj = pNi; pNj->pPrev != NULL && pNj->pPrev != ((CObList::CNode*)posStart)->pPrev && CompareFunc(pNj->pPrev->data,pOtemp) > 0; pNj = pNj->pPrev) NGSortableObList.cpp(92): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) NGSortableObList.cpp(92): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) NGSortableObList.cpp(92): error 826: (Info -- Suspicious pointer-to-pointer conversion (area too small)) --- Global Wrap-up error 900: (Note -- Successful completion, 5 messages produced)