Zitat:
---------------------------
Debugger
Exception Notification
---------------------------
Project DOND.exe raised
exception class EInvalidOp with message 'Invalid floating point operation'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
Diesen Hübschen Text bekomme ich, wenn ich folgende Operation durchführe:
Delphi-Quellcode:
BankAngebot : Integer;
{...}
var
lowtotal, hightotal: real;
{...}
BankAngebot := round(lowtotal+hightotal);
Das passiert immer beim 2. Mal (bisher... weiter konnte ich nicht spielen) und lowtotal und hightotal können variieren.