is msvcp110_win specific to a Visual Studio version

Haudebourg Carole 21 Reputation points
2022-08-01T16:18:10.253+00:00

Hello
I would like to know if msvcp110_win.dll is specific to a Visual Studio version. When I search for dll dependencies, this dll is always present even if msvcp140.dll is present.

Developer technologies | C++
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,456 Reputation points Microsoft External Staff
    2022-08-02T05:49:50.46+00:00

    Hello @Haudebourg Carole ,

    Welcome to Microsoft Q&A forum.

    msvcp110_win.dll is different from msvcp110.dll.

    msvcp110.dll is specific to Visual Studio 2012, see Visual C++ Runtime files.

    msvcp110_win.dll is included in Windows OS, and should be more related to Windows OS. I haven’t installed 2012 on my machine but this .dll file still exists.

    Besides, here are two screenshots for you to refer to:

    227062-image.png

    227101-image.png

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.