Michael Van Canneyt wrote:

http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture#32_Bit_vs._64_Bit

And of course the documentation:

http://www.freepascal.org/docs-html/prog/prog.html

more specifically:

http://www.freepascal.org/docs-html/prog/progap7.html#x291-293000G

Amazing, isn't it ;-)
Amazing discoveries indeed, but how do these documents relate to my question specifically, i.e. how to fill in the mssign word:


{$ifdef ?????}
TMyInteger = Int64;
{$else}
TMyInteger = LongInt;
{$endif}

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to