I've asked a question similar to the topic a few days ago yet I've still failing to find a solution to this problem
I've built some software with C++, on a windows 7 x86 pc, using Visual c++ 2013, and I'm literally failing every way to redistribute my software... I've tried redistributing it on three different pc's
- a pc running windows 10 x64
- a pc running windows 7 x64
- a pc running windows 7 x86
And when trying to run the software on the targer computer I'm always ending up with the same error: missing msvcp120.dll or msvcr120.dll
I've tried installing visual c++ redistributing on all target computers, Didn't help as well, also tried manually adding the missing dll's into the target computers system files and and yet failed to solve my problem it only created a new error
"the application was unable to start correctly (0x00007b)"
I honestly have no idea how to solve this... I'd love it if someome here may come up with a solution to this problem.
Also if someone here who already has experience in this matter could give me a few tips about redistributing a program written with Visual C++, that would be great
Thanks in advance and best regards, Itay.