Today I’m preparing a Code::Blocks project for Pioneer. We’re about to start allowing C++11 stuff into the codebase, which means that Visual Studio 2008 and 2010 are now going to be pretty much unusable. And while Pioneer builds just fine with 2012 and 2013, and free versions of both exist, neither of them work on Windows XP. Now I don’t personally care about XP users, nor about people using a compiler four releases old. But it is a bit sucky that the only practical way to build your ow...