unable to start program.? the system cannot find the specified file?
I am trying to compile opencv library in visual studio 2010...but it is showing the above shown error whilie compiling in debug mode
you probably need to select the correct "startup project" in the project-manager.
ALL_BUILD is the default, but there's no executable code in there.
if you built the demos, select one of them instead.