On Thu, 18 Mar 2004 17:06:56 +0100 (CET), you wrote: > Hi, > > I have a question. When I look at the logfile (+file,+relay) I see the > following (numbers are examples): > > Write File 1 (size = x*32768+2768): > > Write * blocks of 32768 > Last block is for example 2768 bytes > > Write File 2 (size = x*32768): > Write first block of (32768-2768) = 30000 bytes > Write block of 32768 > Write block of 2768 bytes > > Write File 3 (size = 12000): > Write block of 12000 bytes > > Write File 4 (size = 17000): > Write block of 17000 bytes > > Write File 5 (size = 1435): > Write block of 1435 bytes > > Write File 6 (size = ?: > Write block of (32768-12000-17000-1435) = 2333 bytes > Write blocks of 32768 > Write a block at the end That looks weird. Can you send me the part of the log where this happens.? > > All writes are done to the same filedescriptor (coincedence ?) returned by > CreateFileW. I also cannot find a close of the filedescriptor. They are called handles, if closed they are likely to be reused the next time a file is opened. Is there also no CloseHandle() ? Rein. -- Rein Klazes rklazes@xxxxxxxxx _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users