When using 32-bit Lazarus and FPC on a 32-bit computer, when you declare an Int64, how is it able to use it? And how is the subsequent 32-bit program able to compute those Int64 integers on the 32-bit computers?
I only ask because I use Int64 a lot, to hold large byte count values and the like. They always work fine on 32-bit systems, and its only just occured to me to ask how?