Application error message

  • Thread starter Thread starter Mr.Magic
  • Start date Start date
M

Mr.Magic

I have a program that runs for a while but then get a message box that says
"application has generated an exception that could not be handled" and lists
the process ID. My problem is I don't even know how to start debugging this.
It should be noted that on a standard Windows machine it works fine. When
it's put on a machine running Windows embedded is when we have the problem.
I'm pretty sure I'm capturing all my errors but can't really tell.

Anybody have any suggestions on how to even start debugging this?

TIA - Jeff.
 
A Windows embedded application should be developed using a Windows embedded
SDK project.

Are you doing this now?
 
Back
Top