Displaying 3 results from an estimated 3 matches for "sock_poll_ev".
2001 Oct 23
1
wine-20011004 Problems
I'm having major problems with the 10/4 Wine release. Currently the only
thing I really use Wine for is Eudora Light 3.0.5. The most stable
release for me thus far has been wine-20010112, which is what I'm using
right now. Most of the releases since then have had window problems with
Eudora-- messages having too much blank space, strange things.
So I tried 1004, and it has a new
2001 Nov 03
3
Programs under wine can't connect to the network
Hey all
Have a very strange problem in slack 8, using wine 20011004. First noticed this with counterstrike, than checked with other programs that should access the net.
I get this error, and programs fail:
fixme:winsock:_get_sock_fd handle 304 is not a socket (GLE 6)
Documentation seems to imply that if I can get on the net with linux, I should be able to use wine with it. Weirdest part is
2010 May 21
0
Wine release 1.2-rc1
...less hackish approach to not POLLIN when we have a hung up socket.
server: Always treat POLLHUP as a hangup, just special case checking TCP sockets.
server: Get rid of sock_try_event.
ws2_32/tests: fix test failures on wine and win98.
server: Move socket async activation to sock_poll_event.
server: Don't poll for events when there are async operations queued.
server: Move async activation into separate function.
Nikolay Sivov (6):
kernel32: Fix return code from LocalUnlock for pointer passed to it.
user32: Fix selected brush color for caret bitmap crea...