Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hello experts,

I am developing a simple camera capture application using EMGU CV 2.4.9 with vs2010.

I have copy and paste x64 and x86 folder to bin\debug,
add reference to EMGU.CV, EMGU.CV.UI, EMGU.CV.UTIL(.dll)

application is build successfully, but when I debug the application it starts and stop with in few second and I got nothing.

Instead of that, when run the .exe file from bin\debug, it works...

it is very hectic for me to build project and run from .exe every time when I make changes.

what is the possible reason and how to solve it???
Posted
Comments
Herman<T>.Instance 21-Oct-14 10:21am    
Do you use an UnhandledException Eventhandler?
KManishS 22-Oct-14 0:12am    
Did you mean it occur some exception? but, why .exe running successfully?
how to use an UnhandledExceptionEventhandler and what is the benefit???
Herman<T>.Instance 22-Oct-14 4:58am    
OK,
Do you debug with Halt on All Errors?
Are you using Events?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900