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