http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #66 from Dorek Biglari dbiglari@gmail.com 2011-12-30 18:29:51 CST --- Created attachment 38191 --> http://bugs.winehq.org/attachment.cgi?id=38191 This is the source code for a ws2_32 proxy dll that I created to monitor application calls to ws2_32.
This is the source code for a ws2_32 proxy dll that I created to monitor application calls to ws2_32. Build using cygwin:
gcc -shared -enable-stdcall-fixup -o ws2_32.dll ws2_32.c ws2_32.def
and place in the directory with launcher.exe and swtor.exe. Output files will be written to c:\ws2_32_pid_xxxx.calls. This works in Windows XP, however it may not work in Windows 7.