visual c++ - Corrupt C runtime library? -


i'm using visual studio professional 2012 (with update 2) , since have project needs built vc++ 2010 toolset installed visual c++ 2010 express (with sp1).

i use newer 2012 ide older projects. these projects set platform toolset v100. , when set runtime library /mt or /mtd following error:

error lnk1127: library corrupt 

for libcpmt.lib or libcpmtd.lib, depending on configuration.

what wrong here?

installation history:

  1. vs2012 professional
  2. windows 7 sdk
  3. uninstalled vs2012 , windows sdk
  4. vc++ 2010 express
  5. vs2012 professional

if understood correctly, installed vs2010 after installing vs2012? if not, please edit question make clear.

this sequence of installations is not recommended microsoft, , there plenty of caveats , readme's navigate in order find out what's happened.

i suggest best thing reinstall vs2012 (or repair install), see - if - still broken.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -