1, generated debug assertion--File:docsingl.cpp line:215
MFC program vs2008 compile through, run error, unable to open, prompt f:\dd\xxxx docsingl.cpp in 210 lines, find the following code:voidCsingledoctemplate::setdefaulttitle (cdocument*pdocument) {CString strdocname; if(! GetDocString (strDocName, CDocTemplate::d ocname) | |Strdocname.isempty ()) { //Use generic ' Untitled 'ensure (strdocname.loadstring (afx_ids_untitled)); } pdocument-Settitle (strdocname);} Red Line is the wrong place, because the resource file caused by the general change from English or other languages to Simplified Chinese, the language is related to the following lines#if!defined (Afx_resource_dll) | | Defined (AFX_TARG_CHS)#ifdef _win32language4,2#pragmaCode_page (936)#endif //_win32
View Code
MFC program vs2008 compile through, run error, unable to open, prompt f:\dd\xxxx docsingl.cpp in 210 lines, find the following code:voidCsingledoctemplate::setdefaulttitle (cdocument*pdocument) {CString strdocname; if(! GetDocString (strDocName, CDocTemplate::d ocname) | |Strdocname.isempty ()) { //Use generic ' Untitled 'ensure (strdocname.loadstring (afx_ids_untitled)); } pdocument-Settitle (strdocname);} Red Line is the wrong place, because the resource file caused by the general change from English or other languages to Simplified Chinese, the language is related to the following lines#if!defined (Afx_resource_dll) | | Defined (AFX_TARG_CHS)#ifdef _win32language4,2#pragmaCode_page (936)#endif //_win32
View Code
Other error references: http://wuyiwangyi.blog.163.com/blog/static/32149495201212182427495/
C++:FMC Error