[Lazarus] exception handling

Andrea Mauri andrea.mauri.75 at gmail.com
Wed Mar 9 17:31:52 CET 2011


Il 09/03/2011 17:29, Mattias Gaertner ha scritto:
> Some LCL widgetsets use this:
>
>    {$if defined(cpui386) or defined(cpux86_64)}
>      {$IFDEF windows}
>        Set8087CW($133F);
>      {$ELSE}
>        SetExceptionMask(GetExceptionMask + [exZeroDivide,exInvalidOp]);
>      {$ENDIF}
>    {$ifend}
>
thanks!




More information about the Lazarus mailing list