Am Fre, 2002-11-22 um 04.43 schrieb Martin Fuchs:
I've got an application, which uses an asynchron file stream library. I uses ReadFileEx() and alertable wait with SleepEx().
This doesn't work right with wine. It seems to get caught in an endless loop. Wine and wineserver together use 100 % cpu power.
This should work. The IO is currently not truly asynchronous, though - but with SleepEx() all should be fine.
Which debug switches wold be usefull to trace this?
trace+file,trace+server
Martin