OpenCV 245 first build errors..
Hi. I download the sources of opencv-2.4.5 and I follow the tutorial (on the opencv site for windows) about the installing my own libraries everything ok I create the opencv.sln file with cmake then I opened it with visual studio 2010 professional and I click the build solution but just 9 succeeded the more of the 200 was failed and most of the errors about tbbd.lib not found and opencv_core245d.lib not found with LNK1104 error. I'm trying to solve it for how many days. I've tried to show the ways of files... Anyone can help please this is about my dissertation.
Hi. I am having the exact same issue. Does anyone have a solution for this yet? Thanks.
I'm not using Windows now but I solved it with disabled the BUILD_TBB flag then enabled the WITH_TBB flag and added pathes from cmake gui.