Re: [Spice-devel] fast typing breaks audio on windows7 guest

2014-10-13 Thread Han Pilmeyer
On 13/10/2014 20:46, Daniel Sanabria wrote: Looking around I realized the problem have nothing to do with the great work the spice guys are doing. Windows is the issue in this case as I try to explain in this post: http://www.lamegamachine.co.uk/improve-keyboard-input-response-times-for-a-kvm

Re: [Spice-devel] fast typing breaks audio on windows7 guest

2014-10-13 Thread Daniel Sanabria
Looking around I realized the problem have nothing to do with the great work the spice guys are doing. Windows is the issue in this case as I try to explain in this post: http://www.lamegamachine.co.uk/improve-keyboard-input-response-times-for-a-kvm-windows-7-guest/ HTH, Daniel On 10 October 20

Re: [Spice-devel] [vdagent-win V2 4/6] Fix Visual Studio compiler warning (sscanf/strcat)

2014-10-13 Thread Uri Lublin
On 10/13/2014 05:26 PM, Uri Lublin wrote: As you've mention sscanf_s needs to be declared in the src file, but the program failed to run on Windows XP, claiming it was missing that function. (This should probably be added to mingw's sec_api/string.h) Better add it sec_api/stdio_s.h __

Re: [Spice-devel] [vdagent-win V2 4/6] Fix Visual Studio compiler warning (sscanf/strcat)

2014-10-13 Thread Uri Lublin
On 03/26/2014 04:01 PM, Christophe Fergeau wrote: Hey, Finally received 4/6 ;) On Mon, Mar 24, 2014 at 07:02:41PM +0200, Uri Lublin wrote: This commit partially reverts 4b9e9b1d28ea7eaec44ff73e2f91c4064986b12a. Visual Studio complains about non-safe sscanf and strcat: vdagent\file_xfer.c