I am doing a single document project. I got an assertion fail in CSingleDocTemplate::SetDefaultTitle function. The error occured at this line:
VERIFY(strDocName.LoadString(AFX_IDS_UNTITLED));
How could it be the reasion? Thank you!
Olin
Printable View
I am doing a single document project. I got an assertion fail in CSingleDocTemplate::SetDefaultTitle function. The error occured at this line:
VERIFY(strDocName.LoadString(AFX_IDS_UNTITLED));
How could it be the reasion? Thank you!
Olin
I got it. After rebuilt all, I can eliminate this problem. But it is weird.