AW: MsHtml in 64-Bit-Anwendung erzeugt Float Invalid Operation
5. Mai 2015, 18:54
Man braucht die Unit Math.
Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin
SetExceptionMask(exAllArithmeticExceptions);
...
end;
Geändert von hathor ( 5. Mai 2015 um 18:57 Uhr)
|