المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Debug Assertion Error help, here is the exact error



C++ Programming
08-10-2011, 02:22 AM
I keep getting this error from my program when I try to debug it.

Program: C:\Users\Jeffrey\Desktop\WinSTM\.\Debug\WinSTM.exe

File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\filelist.cpp Line:225

It is referring to this piece of code:ENSURE(SUCCEEDED(hr)); Add(psi, strAppID);#endif
Can anyone help tell me what this is referring to so that I can fix it?