On Thursday 07 November 2013 09:53:48 Ivanko B wrote:
> integer = sint32;
> ================
> What for ? How about longest harware supported type (found by compiler
> automatically for target architcture ) ?
>
"
{$if REGISTERSIZE = 64}
integer = sint64;
{$else}
integer = sint32;
{endif}
Why do you want that integer has different sizes on different platforms?
Martin
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk