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