Home > other >  Visual Studio how to separate installation tool set?
Visual Studio how to separate installation tool set?

Time:04-01

What reason is this,
Company need to maintain an old project, is vs2012 compilation, but only vs2013 on computer, so we have to modify the platform v2013 compile tools set, then an error prompt,



Error 63 error LNK2038: detected "_MSC_VER" does not match: value "1700" does not match the value of "1800" (BigInteger. Obj) G: \ duck \ DucKClient \ frameworks \ runtime - SRC \ proj win32 \ cryptlib - gd lib (misc. Obj) DWC



This library was vs2012 compiled, no source code, (vs2013 compilation procedures, cannot link vs2012 library,)

Really don't want to, various versions of vs, ask you to give a separate installation platform tool set method,

I know, can be installed by installing vs2012, platform tool set, but I don't want to be like this, (I don't want to let my computer above, appear too many vs version), there are other ways?

Live and learn!

CodePudding user response:

2012 edition did not single out the compiler,
Minimum installation is Visual Studio Express 2012 for Windows Desktop,
Windows SDK contains the latest version of Visual c + + compiler is 2010, Visual c + + Build Tools is 2015 began to support,
Visual c + + the MVP

CodePudding user response:

Hi z888,
Welcome to

CodePudding user response:

2012 edition did not single out the compiler,
Minimum installation is Visual Studio Express 2012 for Windows Desktop,
Windows SDK contains the latest version of Visual c + + compiler is 2010, Visual c + + Build Tools is 2015 began to support,
Visual c + + the MVP

CodePudding user response:

Hi z888,
Welcome to

CodePudding user response:

Thank you, has been fixed, to learn!

CodePudding user response:

Blogger specific methods have
  • Related