Hello.
I'm using OpenCV 3.3.1 on Windows 7 64-bit and Visual Studio 2017.
I want to run my .exe on another PC. On target PC installed Win7(64-bit) but there are no Visual Studio and OpenCV.
Is there detailed guide how to make my application portable? I've tried to place necessary .dll files (opencv_core331d.dll, opencv_highgui331d.dll and so on) in folder with my .exe file, but it doesnt help. Moreover, I got error about missing VCRUNTIME140D.DLL and some others non-opencv libraries.
Is there detailed guidance about making OpenCV projects portable?
Regards