PDA

View Full Version : How to solve the runtime error?



xiaorujia
21st May 2014, 03:39
When I run my program,it always show the problem that this application has requested the runtime to terminate it in an unusual way? What should I do to solve this problem.Thank you very much!:)

^NyAw^
21st May 2014, 08:41
Hi,

Build it on Debug mode and debug your application until it crashes. Then take a look at the call stack to determine wich call produces the crash.