I am unable to find an executable file after successfully debugging the code of face detection in microsoft visual studio 2008 using opencv. There is no error only three warnings but it shows the build has succeeded.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can go into project settings and check for the output folder, look for your binaries there.
Binaries don’t necesseraly mean
exefiles, they can also bedll‘s orlib‘s. Are you sure your program generates an exe?EDIT: As per your comment… it asks for an exe file? Are you just compiling, or hitting F5, because F5 will go in debug mode. If no exe is generated, you’ll be prompted to pick an exe to run, as dll’s cant be ran.