Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Trouble setting up OpenCV (unhandeled exeptions & missing files)

Hello everybody,

I want to use OpenCV for a project, so I downloaded the precompiled binarys. (Working on Windows 7 with MinGW (gcc 4.7.2)) I installed everything and the sample project I set up compiled fine, but whenever I tried to execute the program I got an unexpected exception 0xc0000005. I played around, but nothing worked. So I thought it might be because the .dlls were compiled with an older version of gcc (maybe 4.6 or something)

So I downloaded the source and set everything up. It took a long while, but it finally compiled. So now I have (hopefully working) .dlls, but as I tried to test them with a sample project, I got the error: "opencv2/core/core_c.h: No such file or directory" when I use #include <opencv2/opencv.hpp> but the include directory from the git repository is definitely included in the project...

I am really lost at this point. I would love to use the precompiled binarys, but I am also willing to compile my own from source. I just need something that works :)

Please help me I would love to use this awesome library! Thanks in advance, Foaly