Ask Your Question
0

Problems with ALL_BUILD (error with vs2010)

asked 2012-11-25 16:26:35 -0600

Cristina gravatar image

updated 2012-11-25 17:24:11 -0600

H

HI! I'm new to OpenCV .. I installed OpenCV 2.4.3 on Windows 7 with Visual Studio 2010 Express from this guide: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

And everything went ok up to step 7. Here when I open the solution 'OpenCV' and I try to debug it, I get this error:

Unable to start program C:\Users\Cristina\Desktop\OpenCV\Progetti\Debug\ALL_BUILD Cannot find the specified file

The ALL_BUILD program is in: C:\Users\Cristina\Desktop\OpenCV\Progetti, so I copied it in C:\Users\Cristina\Desktop\OpenCV\Progetti\Debug, but I still get the same error.

Can someone help me??

Thanks in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2012-11-26 00:08:03 -0600

Vladislav Vinogradov gravatar image

updated 2012-11-26 00:08:44 -0600

The ALL_BUILD is not a program, it's just a target that perform build of all other targets. To run a program, right click on project you want to start (opencv_test_core, for example) -> set as startup project.

edit flag offensive delete link more

Comments

Thank you!

Cristina gravatar imageCristina ( 2012-12-02 15:10:27 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2012-11-25 16:26:35 -0600

Seen: 3,373 times

Last updated: Nov 26 '12