2013年10月25日
摘要: CString strText = _T("HELLO!")char szTemp1[100] = {0};wcstombs(szTemp1,strText,strText.GetLength());最简单的 一种方法 阅读全文
posted @ 2013-10-25 12:18 小小菜菜鸟 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 第一种:1.在project->setting->c/c++-general->debug info->program databse for edit and continue2.edit->breakpoints->removeall;3.build->set active project configuration->*.exe win32 debug.经过以上三步,ok!可是我的设置没问题,这种方法试了好几遍也没用。第二种:断点设在了无用处,可能被条件编译了,所以断点设置的位置不正确,在其他位置设置断点即可。这个也试过了,啥用都没有。。。 阅读全文
posted @ 2013-10-25 11:41 小小菜菜鸟 阅读(319) 评论(0) 推荐(0) 编辑