Displaying 10 results from an estimated 10 matches for "wsacleanup".
2011 Feb 08
2
WSAStartup failure
...;'
require ''windows/system_info''
include Windows::WSA
include Windows::Error
include Windows::SystemInfo
begin
version = MAKEWORD(2,2)
buffer = 0.chr * 532
err = WSAStartup(version, buffer)
if err != 0
puts "Oops: " + get_last_error(err)
end
ensure
WSACleanup()
end
2003 Jul 26
0
compile problems with libwine
...c.o -L/usr/lib/wine/ -lwine -lwine_unicode -lwine_uuid -lm
KoordKonsole.o: In function `main':
/home/andreas/src/c++/KoordKonsole2.3_wine/KoordKonsole.cpp:17: undefined reference to `WSAStartup'
/home/andreas/src/c++/KoordKonsole2.3_wine/KoordKonsole.cpp:26: undefined reference to `WSACleanup'
Network.o: In function `CPosServerSocket::Create(unsigned short, Game&)':
/home/andreas/src/c++/KoordKonsole2.3_wine/Network.cpp:49: undefined reference to `_beginthread'
Network.o: In function `CPosServerSocket::AcceptThread(void*)':
/home/andreas/src/c++/KoordKonsole2.3_wine/...
2015 Nov 27
0
Wine release 1.8-rc2
...msacm32: Remove dead code from acmFormatDetailsW.
ws2_32: Add a couple of options to sockopt debug.
comctl32: Respect an assert in TREEVIEW_RemoveAllChildren.
msacm32/tests: Add some acmStreamPrepareHeader and acmStreamConvert tests.
ws2_32/tests: Add more tests related to WSACleanup.
ws2_32/tests: Check if the first IP is a default route in gethostbyname.
ws2_32/tests: Ensure we have more than one IP to test gethostbyname.
Dmitry Timoshkov (4):
comctl32/tests: Add a test for system class properties.
oleaut32/tests: Add some tests for IPicture::SaveAsFi...
2014 Jul 11
0
Wine release 1.7.22
...h/tests: Add tests for the default encryption chaining mode.
rsaenh/tests: Add tests for the default encryption chaining mode.
rsaenh/tests: Add more AES encrypt/decrypt tests.
ws2_32: Only declare IPX support if the required definitions are found.
ws2_32: Improve WSAStartup/WSACleanup tracing.
dnsapi: Do not fail if NETDB_INTERNAL is not present.
winspool: Fix a leak in DocumentPropertiesA (valgrind).
Erich Hoover (1):
advapi32: Implement RegSetKeySecurity on top of NtSetSecurityObject.
Fran?ois Gouget (1):
shlwapi/tests: Make test_PathIsRelative[AW]()...
2020 Sep 11
0
Wine release 5.17
...sion constants.
server: Use GENERIC_READ | GENERIC_WRITE in inherit_console().
include: Use ioctl access bits for console driver ioctls.
winegstreamer: Dereference messages dropped from watch_bus().
ws2_32: Keep a list of open sockets.
ws2_32: Close all open sockets in WSACleanup().
server: Remove no longer used enumerate_handles().
server: Remove no longer used is_fd_signaled().
Zhiyi Zhang (6):
user32: Always wait for the desktop process to be ready in load_desktop_driver().
ddraw/tests: Add display mode frequency tests.
ddraw: Report correc...
2018 Jun 11
0
Wine release 3.10
...ing '\n' to some ERR() messages.
shell32: Fix a typo in a comment.
wsdapi/tests: Add a trailing '\n' to an ok() call.
dxgi: Fix a trailing '\n' in a FIXME() trace.
Hans Leidekker (6):
msi/tests: Remove duplicate service tests.
webservices: Call WSACleanup when the dll is unloaded.
webservices/tests: Make test data local if it's only used in one place.
webservices: Handle WS_XML_TEXT_TYPE_INT64 in text_to_uint64.
webservices: Fix handling of empty text field mappings.
winhttp: Store the server certificate context in the re...
2020 Sep 25
0
Wine release 5.18
...distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 5.18 (total 42):
10603 IDirectSoundBufferImpl_SetFX needed for sound effects in several games
18670 QIP Infium 2.0 build 9030 crashes on exit (needs a proper implementation of WSACleanup)
21232 Multiple games and applications (Chromium-based browser engines, Blizzard games, League of Legends) crash due to hooking/anticheat validation (needs syscall thunks in ntdll.dll)
22749 Hard link creation from a Finddupe-generated batch file fails ('fsutil.exe' needs to support &...
2015 Mar 20
0
Wine release 1.7.39
...Add remaining function prototypes in msasn1.h.
include/winternl.h: Use ntdef.h where possible.
setupx.dll16: Add a DiOpenClassRegKey stub.
Bernhard ?belacker (1):
wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug).
Bruno Jesus (11):
ws2_32/tests: Move second WSACleanup test elsewhere.
ws2_32/tests: Fix a NT4 crash due to unsupported SIO_ADDRESS_LIST_QUERY.
ws2_32/test: Don't test unsupported IP_MULTICAST_TTL on NT4.
ws2_32/tests: Improve setup_connector_socket to allow non-blocking connect calls.
ws2_32/tests: Add more select() tests....
2015 Mar 06
0
Wine release 1.7.38
...tead of interfaces in HHInfo.
mshtml: Added OLECMDID_COPY implementation.
mshtml: Share OLECMDID_SELECTALL implementation with IDM_SELECTALL.
mshtml: Added support for CONTEXT_MENU_TEXTSELECT context menu type.
hhctrl.ocx: Added support for context menus.
wininet: Call WSACleanup only if WSAStartup was previously called successfully.
mshtml: Correctly handle S_OK with NULL URL return from TranslateUrl.
mshtml: Wine Gecko 2.36 release.
appwiz.cpl: Use custom user agent string for addon downloader.
urlmon: Added IInternetBindInfo implementation to Bind...
2014 Jan 17
0
Wine release 1.7.11
...k2.h.
include: Add NLA_BLOB structure and its dependencies in mswsock.h.
ws2_32/tests: Add some WSALookupService[Begin|Next|End] tests.
ws2_32: Fix FreeBSD compiling issue on ipx address structure.
ws2_32/tests: Add some FIONREAD tests.
ws2_32/tests: Show that the last WSACleanup must destroy sockets.
iphlpapi/tests: Add IcmpSendEcho tests.
iphlpapi/tests: Add more IcmpSendEcho tests related to the reply size.
ws2_32/tests: Add broken for a WSALookupServiceBegin test in NT.
iphlpapi: Return error for IP address with value zero in IcmpSendEcho.
Dmitr...