> As for Cardinal being only 32bit - that stinks because it's a major > oversight on my part. Is there a data type equivalent to Cardinal for > 64-bit? I mean - I tried to use a gambit of "processor size" independent > variables for doing "low level" stuff - like pointer math.
qword is 64-bit ptrint and ptruint are processor sized types (32-bit on 32-bit and 64-bit on 64-bit) for pointer math. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal