[Bug 2127] WriteFile fails on threaded applications

Wine Bugs wine-bugs at winehq.org
Mon Oct 3 05:52:07 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=2127





------- Additional Comments From julliard at winehq.com  2005-03-10 05:52 -------
The error 5 is because you didn't request GENERIC_WRITE access. This is still a
bug in Wine, but a different one.

Also note that the mutex in your sample code is useless since you create a new
one  for every invocation of the function. Still, it shouldn't fail even without
a mutex.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list