在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)
终止 重试 忽略
求高手帮忙解答。
谢谢了!