My program is C++ code call C code,when exception(eg, null pointer ,array out of bandery) happened,what should I Do?
I try to used TRAPD(err, fun()); method ,But Not any exception
was catched . wether I used that not correct?
Does symbian has (ECH )"_try _execption" method to catch the exception that programer need not to throw execption at all?
I hope someone can help me!

Reply With Quote

