-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Eric Pouech kirjoitti Tiistai 12. Marraskuuta 2002 23:50:
I quess *something* should be done. I was (and still is) a newbie to wine source, so I solved this (wanted to be able to play wzebra ;-) out this way. I needed only to change file.c and a few prototypes on smb.h. I wish somebody (maybe you?) who knows more and has more time could take this job...
I think the main problem is (btw.. for most applications, there is no problem..) that unix files are opened and closed for every, even small ReadFile(). Doesn't it flush all buffers?
Hannu
Hannu Kotipalo hannu.kotipalo@iki.fi writes:
No, the problem is most likely that we have to do a round-trip to the wine server for each read. Fixing that is not trivial at all, and since it doesn't really impact most applications it's not a big priority.