VS2012 MSVCR120D.dll is missing

前端 未结 1 1444
时光取名叫无心
时光取名叫无心 2020-12-30 06:29

I am trying to set up my project in VS2012 to successfully compile and run an OSG code for debugging. I am also using OSG debug libraries. Compilation and linking end succes

相关标签:
1条回答
  • 2020-12-30 07:21

    At least one of the libraries you are using is compiled using VC12(2013), so either recompile them (you may see which library is compiled on VC12 using Dependency Walker or install the MSVC 2013 redistributables download from here

    0 讨论(0)
提交回复
热议问题