View Single Post
  #3  
Old 01-23-2015, 05:56 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Your failures are due to the use of a newer standard type declaration.

At present, the minimum supported Visual Studio version is 2012.


As you system specs meet the minimum requirements for VS2012 (and VS2013), I would recommend an upgrade..especially since it's free.
(You can still run VS2010 for anything else that you may need it for..my system has both 2012 and 2013.)


IF, for some reason, you prefer to try and fix these issues for the lower version, you can try changing the 'enum class' type to 'enum' and
make all appropriate alterations.

However, any future updates to the source code are not guaranteed to be pre-VS2012 compatible, and you'll run into this issue again.
(There are a lot of standards upgrade code changes currently being made.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote