Ask Your Question

Revision history [back]

Hi.

I'm brand new to OpenCV and I had exactly the same problem with the latest download of OpenCV (as of last week, end June 2013) compiling under Eclipse CDT Juno, with MinGW and MSYS, on a Windows XP (32 bit) machine.

Eclipse would create an executable but would run with the 0xc0000005 error code.

Eventually I downloaded CMake and re-built the OpenCV DLLs, after that, Eclipse created an executable that ran properly and the code, in the original post above, worked as expected.

It was the first time I had used CMake (namely cmake-gui.exe) and to be honest it was a bit confusing re-compiling OpenCV, probably due to the fact that I didn't have a .rst reader to read the OpenCV documentation (I was offline at the time).

Hope that helped.