Ask Your Question

nanliu's profile - activity

2013-01-17 11:17:46 -0600 commented answer Problems of Building OpenCV 2.4.3 with Visual Studio 2012

when I compile the the "All_Build", it says "cannot find opencv_core249.lib", but I am using the opencv243, so where can I get the 249 version??

2013-01-16 15:58:16 -0600 asked a question Problems of Building OpenCV 2.4.3 with Visual Studio 2012

Heloo developers

I am a newbie about the OpenCV and now I am doing a project about image detection, so I really need this right now.I am using a Win8 x64 OS and Visual Studio 2012 (32 bit), I install OpenCV as the tutorial of the website posted ( http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation ), but at the step 7 I was stuck by building binaries debug and release for "all_solution". I cannot build .lib or .exe files successfully and there occured more than 200 errors and in the Build\bin\Debug or Build\bin\Release folders, all the files are .pdb and there is no "contours.exe" for testing.

So could some one tell me where is the problem and what I should do to correct it?? BTW in the selecting compiler step in CMake, which one should I choose, the VS11 or VS11(64 bit)? I am using a x64 Win8 but a 32bit VS11.

Greeeeeeeeeeeeeeeeeeeeeat thanks for the helps!!!