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)

enter image description here

for build in vso, please use /p:platformtoolset=v100 argument use visual c++ 2010 tools , libraries build application. enter image description here


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -