How to find which component causes system crash?
Hi all,
I have an application designed on Win98, now I need to put it on NT
machine. But when I launch it there, it just crashes, saying nothing,
just Dr Watson appears...
There's pretty little info what caused the crash, I could just insert
some messages in my program and track it down a little way. I figured
that main form's OnCreate handler doesn't take control, so I thought
that there's something wrong with the form itself. Deleting components
in several steps, I cleaned the form altogether, now I can run it... How
can I figure exactly what component caused the crash? Repeat the
procedure deleting components one by one? Or maybe there is something
better?
TIA
Alex.