Hello,
I created an openCV exe using CLR/C++ using VS2013. It works fine on pcs with VS 2013 (even downloading the redistributable package wasn't enough to get the exe to work).
I want it to work on any PC even if it doesn't have Visual Studio on it.. Should the redistributable be enough? Or must I use an installer? Or is there a simpler solution..
Thanks