vc10

How do I specify MSBuild to execute command-line calls in ascii not unicode

I'm attempting to target VC7.1 (visual studio 2003 sp1) from Visual Studio 2010. I'm so close to setting it to work. But when I build, I get this error. 1>------ Build started: Project: AnExample, Configuration: Release Win32 ------ 1> Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.10.6030 for 80x86 1> Copyright (C) Microsof...

Replacing native VS 2010 (VC10) tr1 libraries with Boost.TR1

I have been using VS 2005 (VC8) with Boost.TR1 in the std::tr1 namespace by setting the Include Directories of VS to prioritize the boost tr1 headers as described here. Now I am moving over to VS 2010 (VC10) and I seem to be getting compilation errors using the same include method. The Include Directories are set to: [boost-root]\boo...