| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1420 人关注过本帖
标题:在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
快速回复:在win32 console application中用CFileDialog的问题?
数据加载中...
 
   



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

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