PDA

View Full Version : Add ClassName in Callstack?


joerg
02-Jun-2006, 07:39 AM
Hi,

is it possible to include the classname of any inheritance of TObject in the Callstack?

And when you implement the (old) suggestion: adding a entry in the system event log, if a error in a service occurs?

Thx
Joerg

admin
02-Jun-2006, 07:44 AM
Hi,

joerg wrote:
> Hi,
>
> is it possible to include the classname of any inheritance of TObject
> in the Callstack?

I'm sorry but this is really impossible, because I the Call-Stack did not store
the Object instance of calling Class. :(

> And when you implement the (old) suggestion: adding a entry in the
> system event log, if a error in a service occurs?
>
> Thx
> Joerg

I'm working on it, please to be patient! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

joerg
02-Jun-2006, 08:46 AM
>I'm sorry but this is really impossible, because I the Call-Stack did not store
>the Object instance of calling Class. :(

harm. :(


>I'm working on it, please to be patient! :)

so i'm still waiting.... :)

Thx
Joerg

admin
14-Jan-2008, 10:14 AM
Hi,

the NT services exceptions just add its entry on the events log.