First time here? Check out the FAQ!

Ask Your Question
0

Problems with ALL_BUILD (error with vs2010)

asked Nov 25 '12

Cristina gravatar image

updated Nov 25 '12

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
2

answered Nov 26 '12

Vladislav Vinogradov gravatar image

updated Nov 26 '12

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.

Preview: (hide)

Comments

Thank you!

Cristina gravatar imageCristina (Dec 2 '12)edit

Question Tools

1 follower

Stats

Asked: Nov 25 '12

Seen: 3,425 times

Last updated: Nov 26 '12