How to find my disposition errors?

  • Thread starter Thread starter compboy
  • Start date Start date
C

compboy

In my PPC proj, I had built it successfully, there is no building error,but
there is a disposition error, and how can I find it?
 
Run your application in debug mode. When the exception will be thrown
you can see the stack trace (it only possible in the debug). It may help
you to find where an exception was thrown and to know what is the problem.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
Back
Top