unable to start program.? the system cannot find the specified file?

asked 2014-05-24 10:21:03 -0600

F@rkya gravatar image

updated 2014-05-24 10:21:42 -0600

image description

I am trying to compile opencv library in visual studio 2010...but it is showing the above shown error whilie compiling in debug mode

edit retag flag offensive close merge delete

Comments

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.

berak gravatar imageberak ( 2014-05-24 11:17:02 -0600 )edit