V
vkreddy_in
HI
Currently i am handling excpetion using TRY/catch in my code.I am
looking for solution some thing like this.
if an excrption is occured then
1.call a CALLBACK function in a DLL
2.print the log message return from function call but excute the next
instruction in the current function(when i return i want to go to the
next instruction,not the instruction that was raised an exception)
i know want to know using structured excpetion handling and some
assembly language instructions can we do this?.
can some body help
thank u very much
Reddy.
Currently i am handling excpetion using TRY/catch in my code.I am
looking for solution some thing like this.
if an excrption is occured then
1.call a CALLBACK function in a DLL
2.print the log message return from function call but excute the next
instruction in the current function(when i return i want to go to the
next instruction,not the instruction that was raised an exception)
i know want to know using structured excpetion handling and some
assembly language instructions can we do this?.
can some body help
thank u very much
Reddy.