On Jan 28, 2008 6:08 PM, wile64 <[EMAIL PROTECTED]> wrote:
> With this file structure, create with lazarus 0.9.22/fpc 2.0.4:

If you want your structure to be exactly the same size on different
fpc version and different platforms you should use data types which
have a fixed size.

http://www.freepascal.org/docs-html/ref/refsu5.html

http://www.freepascal.org/docs-html/ref/refsu6.html#x26-290003.1.2

>    T: extended;

It's not on the docs, but extended has different size on different
platforms, I would use double.

>    Ic: Integer;

I would use Longint

-- 
Felipe Monteiro de Carvalho

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to