Page 1 of 1

User message but with Logfile creation

Posted: Sat Nov 05, 2016 3:15 pm
by WWebber
I setup my own RegisterExceptionHandler() but when I return handled=true, then the LOG file is not created anymore.
A) What is the procedure just to show my own error message?
B) I additionally create also my own log file, where I want to dump just a couple of lines of the stack trace, besides the exception message. How and from which structure I could easily extract these lines?
btw: using c++ builder..

Re: User message but with Logfile creation

Posted: Tue Nov 15, 2016 3:09 pm
by WWebber
solved. wrote everything by myself.