visual studio - In which version of Windows did each VC++ re-distributable become standard? -
my understanding vc++ redists updates core windows files, , on time ms "catches up" incorporating past versions new versions/updates windows. instance i'd expect built vc++ 2005 wouldn't need me install redist on target pcs these days.
can provide definitive reference versions of windows include vc++ redist versions?
also, redist approach ms still employ in newest versions of vc++ e.g. 2012 , later?
none of files distributed modern versions of visual studio updates files ship windows.
windows ship c runtime, used internally , (for reasons of backwards compatibility) applications built visual studio 6 or earlier versions. later versions of visual studio each have own runtime, none of shipped windows.
Comments
Post a Comment