概述
今天,用vs2013写了一个mfc程序,编译通过了,但运行之后什么都没有,对话框都没出现。
启动调试发现如下警告:
atlTraceUtil - Warning: dialog creation failed, so application is terminating unexpectedly.
atlTraceUtil - Warning: if you are using MFC controls on the dialog, you cannot #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS.
搜索一下,原来是添加了Richedit2.0控件,解决方法是在 xxxApp::InitInstance()函数中加入:
AfxInitRichEdit();
AfxInitRichEdit2();
最后
以上就是小巧枫叶为你收集整理的vs2013的MFC中 添加Richedit2.0控件导致程序出错或无法运行的解决方法的全部内容,希望文章能够帮你解决vs2013的MFC中 添加Richedit2.0控件导致程序出错或无法运行的解决方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复