I've heard that statically linking the runtime libraries is usually not recommended so that's out of the question for me. But since I use vc++ 2013, I don't use the dlls that are guaranteed to be on every windows machine. So what do I do so that I don't have to say "oh, and also go to this site and download this other thing" to users, meaning, is there a way to just put those dlls in with my application? if I can, where can I get them from?
Also, I've noticed that every pc I've tested this on, I had to have the Redistributable Packages downloaded, but how is it that no other apps on peoples' computers have required them to download this if you need those for vc++ 2013?