I am trying to import a C library into a Visual Studio project. The library ships with the following files:
msvcp140.dll
msvcp140_1.dll
msvcp140_2.dll
I understand that these are Microsoft C runtime DLL files. But I'd like to know more about the purpose of those files. I'd like to know what binaries I need and what consequence including them has.
What is the purpose of the msvcp140_1.dll and msvcp140_2.dll files?