Ask Your Question

ouakrimyoussef's profile - activity

2014-04-19 23:43:11 -0600 answered a question Error when building OpenCV with VS2012

I solved the problem, i just have to add dll file missing, i add it to debug reposotory and it's compile fine now. Thanks for all

2014-04-16 02:57:46 -0600 commented question Error when building OpenCV with VS2012

Yes i opted for WITH_QT, do you know how can i fix the qt libs ? See the description, i just edit it, i put the printscreen of the WITH_QT. Thanks

2014-04-15 11:13:03 -0600 received badge  Editor (source)
2014-04-15 11:09:49 -0600 asked a question Error when building OpenCV with VS2012

Please i get a errors when i try to generate the build form OpenCV, this is my steps:

  1. i download OpenCV (version 2.4.8)
  2. i download Cmake
  3. i generate "C:\OpenCV-2.4.8\mybuild" using Cmake from "C:\OpenCV-2.4.8\opencv\sources"
  4. on the folder "C:\OpenCV-2.4.8\mybuild" i have the sln file : "OpenCV.sln"
  5. i open "OpenCV.sln" file with my VS2012
  6. i click on generate the solution
  7. I get an error :image description(/upfiles/13975781154595343.png)

i select WITH_QT see the photo : OpenCV with QT.png

Please, can you tell me what is the problem !

Best regards