标题:[求助] DropFiles 在Debug运行正常 在Release下报错。
只看楼主
lo351
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2005-7-21
 问题点数:0 回复次数:0 
[求助] DropFiles 在Debug运行正常 在Release下报错。

先复制部分源码哈。 void CRenameDlg::OnDropFiles(HDROP hDropInfo) { char filename[512]; CString str; int DropCount = DragQueryFile(hDropInfo,-1,NULL,0);

for(int i=0; i< DropCount;i++) { DragQueryFile(hDropInfo,i,filename,512); str.Format ("%s",filename); m_list.AddString(str); } DragFinish (hDropInfo); showfile(0); } 在Debug下,啥问题也没有啊 ! 在Release下出错。 错误:Unhandled exception in rename.exe(MFC42.DLL):0xc0000005:Access Violation. 我是新来的 ,多多关照。

搜索更多相关主题的帖子: Release Debug DropFiles hDropInfo str 
2005-07-25 13:05



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




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

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