I have been developing some programs in C++ using Open CV on Visual Studio 2015 and am trying to run the executable produced from building Visual Studio on another machine, but on the new machine it informs me that multiple .dll files are missing. Is there such a way to compile it in Visual Studio that it will not require these .dll files, or is there a way to have all of the .dll files on the new machine?
I am running in x86 Release and have changed the C / C++ code generation to just Multi Threaded.
The Open CV I have installed is 3.0, does this cause issues with using Visual Studio 2015?
Cheers