Prof A Olowofoyeku (The African Chief) wrote:
It seems that MaxLongint is declared twice in system.pas (once by importing from the GPC unit, and once by explicit declaration). I think one of them should go.
The imported one is renamed:
import GPC (MaxLongInt => GPC_MaxLongInt);
So the explicit declaration is valid (and necessary if BP types sizes are wanted).
Did you get an error about it?
Frank