<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">LacaK <<a href="mailto:lacak@zoznam.sk">lacak@zoznam.sk</a>> schrieb am Mo., 14. Okt. 2019, 11:08:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
what is the meaning of this compiler define?<br>
I am expecting, that Currency datatype is internaly stored using Int64 <br>
datatype (*10000).<br>
This compiler define is set for Win64, but not for Win32.<br>
Does it means, that on Win32 there is Currency internaly represented <br>
using another data type?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Correct. On all non-Win64 x86 systems the Currency type is a FPU based type. On non-x86 systems the Currency type is represented internally by a Int64 as well. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>