Ok so I made a small multithreded program in c++, when I compile it on one machine it works fine but when I try to run it on another machine it says "missing msvcp123D.dll". I went looking around the forums and found some good info on this one. The solution was to create static links to the needed libs. Project Properties -> General -> Use MFC in a Static lib Project Properties -> Input -> additional dependencies -> ? now I would like to ask what libs do I need to add here in order to make this work on Windows 7 , 8, 8.1 machines
Thank you all for your time.