<div dir="ltr">2017-04-07 11:15 GMT-03:00 Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl" target="_blank">marcov@stack.nl</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">In our previous episode, African Wild Dog said:<br>
> Which integer types have their size dependent on platform?<br>
> E.g. in Delphi, LongInt can 32 or 64 bits depending on the platform.<br>
<br>
</span>In Delphi they retroactively equated longint to C long, being 32-bit on<br>
64-bits windows and 64-bit on Linux. The Delphi Linux compiler is btw a<br>
different compiler than windows.<br>
<br>
On FPC it is always 32-bit. Ptrint and ptruint scale with pointer size, and<br>
integer depends on compilation mode, 16 or 32-bit.<br>
<br></blockquote><div><br></div><div>So, is the size of  "Integer" type dependent on the compilation mode? (Delphi is always 32 bits)</div><div><br></div></div></div></div>