There is a https://github.com/CleverRaven/Cataclysm-DDA/tree/master/msvc120 Visual Studio 2012/2013 solution but is has a lot of compile errors (I’ve choosen the non-SDL config). Is the solution currently out of date?
Would be cool if it builds with VS 2013…There is now a community edition of VS available, which is actually Visual Studio Professional, free to use for personal usage.
There are features of C++ 11 used in game, that are not implemented in VS2013. Sad, but true.
Ok, thx.
VS2015 seems to be more compliant. http://blogs.msdn.com/b/vcblog/archive/2014/11/17/c-11-14-17-features-in-vs-2015-preview.aspx
I’ll try it out when the Beta arrives…
I have a pull request pending that allows compilation under 2015. If you want to check it out.