Re: [Freerdp-devel] FreeRDP SSL issues on Windows 7 x64

2012-09-06 Thread Matthew Wilson
Hi Marc-André, On 5 September 2012 16:30, Marc-André Moreau wrote: > Can you try with a fresh git clone? Thanks for your reply. I've tried the latest from git and get the same result. > Once this is excluded, what you are experiencing is unfortunately sign of a > possible memory corruption. I

[Freerdp-devel] FreeRDP server compilation

2012-09-06 Thread Arthur Godoy
Hello, I am trying to compile x11 server (for remotefx test), but i didnt find any intructions. There is a compilation tutorial for freerdp x11 server? Which options should i enable in cmake config? Thanks in advance, Arthur Godoy -

Re: [Freerdp-devel] FreeRDP Windows experimental build

2012-09-06 Thread Huihong Luo
Hi, We are not a big fun of those DLLs, so from the first time we compiled everything into a single exe (we actually use vs2005 or vs2008 to build). I will try to separate some of the code. The attached zip contains clipboard code that should work and easily to merge with main line. If file shar

Re: [Freerdp-devel] FreeRDP Windows experimental build

2012-09-06 Thread Marc-André Moreau
Hi, I don't think attachments work on this mailing list As for having many DLLs, I recently added support for building the FreeRDP libraries and the WinPR libraries into a single libfreerdp.dll and libwinpr.dll. All you need is cmake 2.8.9 and to turn the WITH_MONOLITHIC_BUILD option on. On Thu,

Re: [Freerdp-devel] FreeRDP Windows experimental build

2012-09-06 Thread Huihong Luo
Seems there might be an issue with attachment, so here is the clipboard code: http://www.vmlite.com/wf_cliprdr.zip --- On Thu, 9/6/12, Huihong Luo wrote: From: Huihong Luo Subject: Re: [Freerdp-devel] FreeRDP Windows experimental build To: Freerdp-devel@lists.sourceforge.net Date: Thursday, Sep

Re: [Freerdp-devel] FreeRDP server compilation

2012-09-06 Thread Marc-André Moreau
Hi, You need to add -DWITH_SERVER=on to your cmake command to build the server code. Make sure you watch all the warnings about possible missing dependencies. On Thu, Sep 6, 2012 at 9:05 AM, Arthur Godoy wrote: > Hello, > > I am trying to compile x11 server (for remotefx test), but i didnt find

Re: [Freerdp-devel] FreeRDP SSL issues on Windows 7 x64

2012-09-06 Thread Marc-André Moreau
Hi, The SSL_read error is very similar to an error which I believe was fixed recently. The keyboard sending code was in a race condition with the main FreeRDP library, causing the crash which you are experiencing. Maybe there is still a race condition in the code then. As for the other problem, c