ERROR COMPILACION
Publicado por FERNANDO MIGUEZ (1 intervención) el 12/12/2008 20:58:17
TENGO UN PROBLEMA AL INTENTAR COMPILAR EL PROGRAMA
SOY NUEVO EN ESTO Y NO TENGO NI IDEA DE COMO SOLUCIONAR EL ERROR QUE ME APARECE, QUE ES EL SIGUIENTE:
94 / 4 untitl~1.pas
Error: Incompatible types: got "S64REAL" expected "LONGINT"
96 / 4 untitl~1.pas
Error: Incompatible types: got "S64REAL" expected "LONGINT"
111 untitl~1.pas
Fatal: There were 2 errors compiling module, stopping
SE REFIEREN A :
X:=TT DIV 1440;
Y:=TT MOD 1440;
SIENDO X,Y DOS VARIABLES DEFINIDAS COMO X,Y:REAL
SOY NUEVO EN ESTO Y NO TENGO NI IDEA DE COMO SOLUCIONAR EL ERROR QUE ME APARECE, QUE ES EL SIGUIENTE:
94 / 4 untitl~1.pas
Error: Incompatible types: got "S64REAL" expected "LONGINT"
96 / 4 untitl~1.pas
Error: Incompatible types: got "S64REAL" expected "LONGINT"
111 untitl~1.pas
Fatal: There were 2 errors compiling module, stopping
SE REFIEREN A :
X:=TT DIV 1440;
Y:=TT MOD 1440;
SIENDO X,Y DOS VARIABLES DEFINIDAS COMO X,Y:REAL
Valora esta pregunta


0