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

asked May 24 '14

F@rkya gravatar image

updated May 24 '14

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

Preview: (hide)

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 (May 24 '14)edit