I have installed OpenCV 2.4.9 in Windows and I used the .lib and .dll files I found in the folder vc10 in Codeblocks. Although I had no problem using the old OpenCV C API, when I do something simple with the new API like:
Mat image;
I get an error that the functions called inside the Mat constructor can't be found. What may be causing this? I have included all libraries and all directories.