how to find if a .dll is redistributable and where to get it?
Basically I am looking for the answer to the question in the subject. Specifically, I am installing matplotlib with NSIS but matpotlib needs MSVCP71.dll to run. I know that if I put this file in the system or program directory then matplotlib will run, however, if the file is not there, it will not run. Need to know if I'm allowed to grab this file from a Visual C++ installed computer and if so where I can put it.