I think it depends on how / with what you are connected. If you are directly associated with kernel32.dll, etc., then this, of course, does not matter (i.e., the runtime library is built-in), but Microsoft does not recommend this distribution method.
If you are connected via msvcr80 / 90 / whatever 2010 is.dll, you may need to distribute this runtime library, since on XP it is not included in the standard package. msvcr80 comes on Vista, but msvcr90 is not what I think, although it can be added by a Windows update. However, you cannot rely on what this means that fault tolerance should have a copy just in case.
As far as I know, msvcrt.dll (this link) is distributed with everything> xp. Link vc6 to this? Then I did not have VC ++.
Take a look at the executable using depends.exe from the Windows SDK and determine that it comes in from above and above parts of the Windows API.
user257111
source share