![]() |
Re: FPU-Exceptions abschalten...Delphi Problem ?
Hallo...
also: Jcl8087. pas gefunden... Bibliothekspfad gesetzt... Unit eingebunden... Code eingefügt...
Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin FPU:= Get8087ControlWord; Set8087ControlWord($133F) end;
Delphi-Quellcode:
Starten... :roll:
procedure TForm1.FormClose(Sender: TObject; var Action: TCloseAction);
begin Set8087ControlWord(FPU) end; ...der Hammer ! ohne Fehler im Netz drucken... :hello: Danke an Euch und die Jedis... :cheers: |
Re: FPU-Exceptions abschalten...Delphi Problem ?
Noch ein kleiner Hinweis. Es gibt noch SafeLoadLibrary in der VCL. Wir haben gerade die JCL und JVCL von LoadLibrary auf SafeLoadLibrary umgestellt. Hauptaufgabe von SafeLoadLibrary ist es das FPU Control Word zu sichern und restaurieren, um boese DLLs abzuwehren, die daran drehen.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz