标题:在win32 console application中用CFileDialog的问题?
只看楼主
DancingWind
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-11-16
 问题点数:0 回复次数:1 
在win32 console application中用CFileDialog的问题?

在win32 console application中用CFileDialog,怎么老报错阿?
程序代码:
CFileDialog dlg(false,NULL,NULL,OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT|OFN_ALLOWMULTISELECT);
int iResult = dlg.DoModal();
if( iResult != IDOK )
{
exit(0);
}
错误信息:
Debug Assertion Failed!
....
(press retry to debug the appliation)
终止 重试 忽略
求高手帮忙解答。
谢谢了!

搜索更多相关主题的帖子: application CFileDialog console 
2007-11-17 00:24
leoshown
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-10-23
得分:0 
有些mfc类是不能在console下用的,像一些窗口类,gdi类等
2008-10-23 22:46



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-186618-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.099811 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved