Page 1 of 1

Esto es un error?

Posted: Sun Jun 04, 2006 4:53 am
by RuFer
Amigos:

Me genera un error al compilar con Borland Studio 2006 (en mi trabajo)
Yo en mi casa uso Borland 5.5 y no genera ese error

Warning W8056 C:\HARBOUR\Include\hbdefs.h 405: Integer arithmetic overflow


Archivo:
Harbour\Include\HBDEFS.H
linea 405
#if HB_LONG_MAX > HB_LL( 10000000000 )
# define HB_LONG_LENGTH( l ) ( ( (l) <= -1000000000 || (l) >= HB_LL( 10000000000 ) ) ? 20 : 10 )
#else
# define HB_LONG_LENGTH( l ) ( ( (l) <= -1000000000 ) ? 20 : 10 )
#endif

Es importante?

Gracias

Saludos

Ruben Fernandez.

Posted: Sun Jun 04, 2006 7:18 am
by Antonio Linares
Ruben,

Lo he reportado en la lista de Harbour, ya que Przemek y Ryszard son los "matemáticos" :)

Posted: Sun Jun 04, 2006 1:46 pm
by RuFer
Gracias Maestro:

Saludos

Ruben Fernandez