Creating independent exe file
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
If you mean without opencv dll it is possible using static build except for opencvffmpeg.dll.
I am using a clr application which does not allow static build.. Apparently, clr only allows dynamic linking...