DonF
Call Me "Grandpa"
You are mistaken.SouthSIDE Glen said:If I'm not mistaken, that file is the runtime interpreter for Microsoft Visual C++ ...
It provides runtime support, but it is not an interpreter. If it were not for the shared code in the DLL, each program needing MSVC runtime support would have to have the support code statically linked in, meaning that the executable files would be larger.Don
. Thanks for the correction.