Simse
Programmer
- Feb 24, 2005
- 22
Hi all,
I have a question about Asserts. Is there any
way to get the information from the Asserts like
line-number, file, .. where an error occured?
My Problem is, that I have a programm, that shouldnt
stop on an assert, because I need to handle some
stuff before I close the programm, otherwise bad things
could happen
So I want to catch an Assert when it occures, save
line an file, and close my programm the way I want
to close it.
Would be very happy for some help.
Cheers
Simon
I have a question about Asserts. Is there any
way to get the information from the Asserts like
line-number, file, .. where an error occured?
My Problem is, that I have a programm, that shouldnt
stop on an assert, because I need to handle some
stuff before I close the programm, otherwise bad things
could happen
So I want to catch an Assert when it occures, save
line an file, and close my programm the way I want
to close it.
Would be very happy for some help.
Cheers
Simon