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 Jul 25, 2013, at 14:44 , Brad Hards <br...@frogmouth.net> wrote: > 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. Re-installing the application may fix the error". >> But i want to run same package in multiple systems without compiling in >> every system. > You have to provide your runtime dependencies. So whatever runtime you > compile > against needs to be on target machine. I'm guessing you're using VS2010 - put > the VS2010 C++ runtime on the XP machine. > > This has nothing to do with freerdp. > > Brad > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Freerdp-devel mailing list > Freerdp-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/freerdp-devel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel