[Bug 2730] New: SignalObjectAndWait didnot work

Wine Bugs wine-bugs at winehq.org
Wed Feb 16 02:48:33 CST 2005


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

           Summary: SignalObjectAndWait didnot work
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fw at vdb.de


Using SignalObjectAndWait didnot work, using Singlefunctions it works

Example:

try

error = SignalObjectAndWait( mutexhandle, eventhandle, timeout, true );

Errormessage:

fixme:sync:SignalObjectAndWait( 0x88 0x84 500 1) : stub  (N-Times)


replace with

ReleaseMutex( mutexhandle );
error = WaitForSingleObject( eventhandle, timeout );

(not really the same)

work

-- 
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