visual studio - downgrade c++ compiler specefications -
i want build project built vs2010, i'm using vs2015(firebird sgbd). problem have lot of error messages due new features in vs2015, i.e. snprintf define.
since c++ skills not great, asking following questions:
is possible use
vs 2015, sort of downgrade c++ compiler , linker earlier specifications ?is possible same thing
vs online?
in visual studio, please right click project , select properties. change platform toolset v100. (be note that, vs2010 needs installed on machine well)
for build in vso, please use /p:platformtoolset=v100 argument use visual c++ 2010 tools , libraries build application. 

Comments
Post a Comment