Re: [Freerdp-devel] Freerdp on windows

2013-07-25 Thread Bernhard Miklautz
Hi, On 07/25/2013 11:49 AM, Santosh Bollam wrote: When I executing freerdp-server or freerdp-client in that system getting .dll related errors. What can i do to avoid these errors and to run successfully, is there any extra requirements other than copied package to run in other systems. maybe

Re: [Freerdp-devel] Freerdp error

2013-07-25 Thread Alessandro Pilotti
if you are using VS2012, you can set the platform toolset to: Visual Studio 2012 - Windows XP (v110_xp) To avoid runtime requirements, I suggest also to set the runtime library to Multi-Threaded /MT (/MTd for the debug build) This is especially worth with the monolithic build. Alessandro On

Re: [Freerdp-devel] Freerdp error

2013-07-25 Thread Alessandro Pilotti
if you are using VS2012, you can set the platform toolset to: Visual Studio 2012 - Windows XP (v110_xp) To avoid runtime requirements, I suggest also to set the runtime library to Multi-Threaded /MT (/MTd for the debug build) This is especially worth with the monolithic build. Alessandro On

[Freerdp-devel] Resize window

2013-07-25 Thread Kumaran
Is it possible to resize window resolution after establishing RDP connection? -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics

Re: [Freerdp-devel] Resize window

2013-07-25 Thread Marc-André Moreau
By scaling or telling the server to resize the remote desktop? This is currently not possible, but it's a feature which will be available with Windows 8.1 and Windows Server 2012 R2 with RDP8.1. Protocol-wise it's nothing, but the server itself needs to be able to dynamically resize, which is why