How to use madExcept in tracking sudden app. termination?

delphi package - automated exception handling
Post Reply
hmemcpy
Posts: 12
Joined: Tue Apr 20, 2004 11:47 pm

How to use madExcept in tracking sudden app. termination?

Post by hmemcpy »

Hello everyone.

I am making a program which receives packets from ICQ process, using madCHook. The problem occurs on some computers which have no apparent trouble-making software, and all have different ICQ versions.

But, on those computers, if packets are received, the program suddenly terminates. No exit codes, nothing.

I was wondering, can I track this sudden shutdown using madExcept? Or any other mad-tool for the matter? I would like to know the reason my application terminates. In the packet processing routine there are no exit commands.

Thank you very much in advance.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madExcept can help if:
(1) you are using Delphi
(2) the exception occurs inside of your Delphi hook dll

Otherwise madExcept won't help that much.
Post Reply