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!