标题:在win32 console application中用CFileDialog的问题?
只看楼主
DancingWind
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-11-16
 问题点数:0 回复次数:2 
在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-16 22:16
ufowc
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-11-16
得分:0 
回复:(DancingWind)在win32 console application中...
谢分享  有什么好东西 在发出来哦
2007-11-16 22:17
DancingWind
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2007-11-16
得分:0 
怎么没人哩啊
2007-11-16 23:06



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




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

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