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

[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 Iso

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. Alessandr

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. Alessandr

Re: [Freerdp-devel] Freerdp error

2013-07-25 Thread Brad Hards
On Thu, 25 Jul 2013 05:10:24 PM Santosh Bollam wrote: > When I compiled Freerdp source code on windows7, its working fine. > But when I copied that package to other windows xp system and trying to > execute, getting error as "This application is not started because > MSVCR100D.dll not found

[Freerdp-devel] Freerdp error

2013-07-25 Thread Santosh Bollam
Hi All, When I compiled Freerdp source code on windows7, its working fine. But when I copied that package to other windows xp system and trying to execute, getting error as "This application is not started because MSVCR100D.dll not found. Re-installing the application may fix the error". B

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. ma

[Freerdp-devel] Freerdp on windows

2013-07-25 Thread Santosh Bollam
Hi All, I have compiled Freerdp source code in windows7. Its working fine in that system, but when I copied that total package (Debug directory) which is generated during compilation time to another windows-xp system. When I executing freerdp-server or freerdp-client in that system gettin