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:
- vs2012 professional
- windows 7 sdk
- uninstalled vs2012 , windows sdk
- vc++ 2010 express
- 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
Post a Comment