I have been trying to configure OpenCV 2.4.4 for CodeBlocks for quite some time now but even though I follow online guides somehow I can't do it and I am slowly getting desperate. I tried to do what Mr. bsdnoobz said in this topic, but it still does not work. Here's what I've done so far:
I have installed OpenCV 2.4.4 and MinGW successfully:
C:\Users\Max\gcc
gcc: fatal error: no input files
compilation terminatedI have added to Path this:
D:\OpenCV\build\x86\mingw\bin;C:\MinGW\bin; D:\OpenCV\build\x86\vc10\bin
In Code Blocks i set up everything like this:
Yet i get the following error:
could not start the program because libopencv_core244.dll is not found
and even though i tried heavily i cant fix it. Hope somebody can help me!