Hello comrades. Please help me.
Win10, VS 2012 Express.
I try to learn OCV.
I use just one C++ file in the project, copy tutorial examples from tutorial dir, to this file and try to compile.
Environment of VS turned good, all includes of the OCV, paths, libraries, etc a connected and many tutorials from different sources are works. Project directory permissions checked - All permissions
But when I try to test OpenCV tutorials and examples from tutorial dir, I have a trouble.
Link - OK, Compile - OK no problem, but debugging is finished.
At the Output window
Stream 0x3300 finished with code -1 (0xffffffff).
Stream 0x27f8 finished with code -1 (0xffffffff).
Stream 0x2af8 finished with code -1 (0xffffffff).
Program "[9316] OCVTest.exe" finished with code -1 (0xffffffff).
What's going on?