Is Sizeof (LongInt) = 8 on *all* systems supported by GPC?
Not guaranteed. It might be 16 on some systems.
Use `Integer ( 64 )' which is guaranteed (to the extend of the GPL;-) to have 64 bits.
Is code written using the portable `Integer ( 64 )' as efficient as code using the type `LongInt' (assuming that LongInt is 64-bit), or is there some performance loss?
Regards,
Jesper Lund