Hi All

Hi All,

sorry its again me.

We upgraded our apps from Delphi 2007 to XE8.

In one of our program in Delphi 2007 we wqas getting ZeroDivideException however for same code we are not getting any exception in XE8 if its execute divide by zero.

I tried below things but none is wroking.
SetExceptionMask(GetExceptionMask - [exZeroDivide]);
SetExceptionMask(GetExceptionMask + [exZeroDivide]);
Set8087CW(Default8087CW);

And from Tools- > Options -> Embercadero Debugger -> Native OS Exception
I tried to active Float by zero divide excpetion.


None of above is working.

Any help is appriciated.

Comments