神龙卡打开文件失败的情况下应如何处理(20分)

  • 主题发起人 主题发起人 ppzhao
  • 开始时间 开始时间
P

ppzhao

Unregistered / Unconfirmed
GUEST, unregistred user!
// if we cannot open the file, return an error
// NOTE: the FMPM_BUF_CLOSE is not called when an error occurs
// during the creation
if( Buf->hFile == INVALID_HANDLE_VALUE )
{
free (Buf);
return( FMPE_DOS );
}
当打开文件失败的话,这样处理,程序会停止响应,应该如何处理呢
我想了很多办法,都不成功。
开发包带的示例程序打开不存在的文件,也会死掉

顺便问一下,有好长时间全文检索不可用,为啥?!
 
在另一个帖子里给你回了。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
742
DelphiTeacher的专栏
D
后退
顶部