I'm doing a project in C++ where I need to combine openCV and Zbar. I download both Zbar en Opencv from there original locations, but zbar is in 32bit, and openCV is in 64 bit.
I did find this post on stackoverflow, where he is using MinGW with 32bit, but mine didn't come with 32 bit gpp.exe and g++.exe. I downloaded two extra tar.xz files from MinGW sourceforge: "GCC-core-6.3.0-1-mingw32-bin.tar.xz" and "GCC-c++-6.3.0-1-mingw32-bin.tar.xz" and extracted them into mingw32 but when I run CMake GUI with those gcc.exe and g++.exe I get an error that mingw32-g++.exe is broken. Full error message can be found here.
So my question is there a pre-compiled version of OpenCV available for 32bit, and that is usable in c++?
thank you in advance for the help
ignore this, StackOverflow needs code in this post???