Visual Studio 2010 Runtime Libraries

前端 未结 2 1622
北荒
北荒 2021-01-21 10:09

I wrote a tool that many users would use on their computers. I noticed however, that users who do not have visual studio installed, cannot open my executable. The error says tha

2条回答
  •  自闭症患者
    2021-01-21 10:44

    It is part of C++ runtime and the target machine needs it. THere are couple of ways to address it.

    Please check following link from Microsoft MCVCP100.DLL

提交回复
热议问题