[Wine]problem with delphi bde app

Rein Klazes rklazes at xs4all.nl
Thu Aug 19 08:24:45 CDT 2004


On Thu, 19 Aug 2004 14:31:17 +0200, you wrote:

> 
> > 
> > I forgot to ask: what file system are you using?
> > 
> 
> ext3
> I also tried with x: drive located on fat32 partition.
> 
> I can convert it to ext2 if You think it might help.

I have no indication that it would make a difference.

[...]

> OK
> It seems like every value other than 0 means an error.
> 
> I'm wondering how to find errors in the relay log.
> Does it mean that every line with call to ntdll.RtlNtStatusToDosError
> or to GetLastError and retval != 0, means there was something wrong ?

Indeed, except that in most cases a success call leaves the LastError as
it was. In general you must look at the return value of the call
(retval=xxxxx). If that indicates failure, specifics are in the
LastError value. Both the FindFileFirst and CreateFile calls return
retval=ffffffff (-1) when failing. In both cases I had to consult the
documentation at http://msdn.microsoft.com/library/
 
> 
> > There is a remarkable similar bug in bugzilla:
> > http://bugs.winehq.org/show_bug.cgi?id=2287
> > 
> > where a call fails complaining about the existence of a file that was
> > just successfully deleted.
> > 
> > Same wine version, both Fedora Core 2. Hmmmmm.
> 
> I have RH9 on my second computer. I'll try it there.
> And I can try Suse9 too.
> 
> I'll let You know.

Great.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-users mailing list