I'm developing software in c ++ using Visual Studio 2015, and I'm using two external libraries OPENCV and FlyCapture2. I developed the software and it runs normally on my computer, but at the time of moving to another computer it says it is missing dll,
what I've already tried: I configured the include and library paths of release mode, generated the executable, installed the visual c ++ redisbutable, but even then, the program does not open on another computer.
What should I do?