I'm working on a project with Visual Studio 2017. Everything works fine from within Visual Studio.
When I try to run the .exe
produced by the compilation the program aborts. I think it has something to do with the dlls.
Is there a way to see exactly what Visual Studio is doing to get the executable to run properly, can I somehow see a command line equivalent of what Visual Studio is doing with the executable?
It's an opencv C++ project if that's of any relevance.