Hi folks,
I found this tutorial for the versions I want to install, OpenCV 3.1 and Visual Studio 2015:
https://www.youtube.com/watch?v=8nXnTrsXTf8
I think I did everything correctly. The only difference was that I added a new system variable and ALSO edited the path, a step that apparently is missing in the first part of the tutorial.
When I copy and paste code to create a simple programm to flip an image and try to debug with x64 local windows debugger it says "This project is out of date".
I have been searching and this guy said:
http://answers.opencv.org/question/29698/visual-studio-2010-project-out-of-date-issue/
"You need to activate building your project before executing it in your solution settings. If not activated you need to build each time you applied a chance before executing your code."
Can anyone explain how to do that?
I don't know how to manipulate the solution settings. ANd I have to debug before build the software so I don't understand that explanation to solve the problem.
Thanks for your time!
↧