<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 05/03/2012 06:48 PM, Christophe Fergeau wrote:
<blockquote cite="mid:20120503154853.GI20598@teriyaki.redhat.com"
type="cite">
<pre wrap="">What's wrong with the test client on Windows? The socket code?
</pre>
</blockquote>
<br>
<br>
I spent some time trying to make usbredirtestclient to work on
Windows, but not too much.<br>
Various things needs to be ported (some are as easy as adding an
include, some not as easy):<br>
1. Socket (need to include winsock2.h and ws2tcpip.h, and possibly
add something to the link command)<br>
2. sigaction -- replace with signal<br>
3. #undef interface (apparently it is defined)<br>
4. #define _POSIX for signal values<br>
5. "The <strong>AI_NUMERICSERV</strong> flag is defined on Windows
SDK for Windows Vista and later"<br>
6. more<br>
<br>
Thanks,<br>
Uri.<br>
</body>
</html>