das funktioniert trotzdem nicht
da steht immer noch das hier:
An unhandled exception occured at $00401E18 :
EIntOverflow : Arithmetic overflow
$00401E18 main, line 181 of project.lpr
außerdem steht da bei nachrichten das hier:
project.lpr(181,42) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
project.lpr(182,42) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
Code: Alles auswählen
var
Wert1 : int64;
Wert2 : int64;
Wert1:=D1*(D1);
Wert2:=D2*(D2);