C compboy Jan 29, 2005 #1 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?
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?
S Sergey Bogdanov Jan 29, 2005 #2 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
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