Am 14.10.19 um 19:40 schrieb LacaK:
So it is safe to assume that in memory is Currency always stored as
Int64 on Win32, Win64?
Yes. To get it's value, divide it by 1
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepa
>> what is the meaning of this compiler define?>> I am expecting, that Currency datatype is internaly stored using >>Int64>> datatype (*1).>> This compiler define is set for Win64, but not for Win32.>> Does it means, that on Win32 there is Currency internaly represented>> using another data typ
LacaK schrieb am Mo., 14. Okt. 2019, 11:08:
> Hi,
>
> what is the meaning of this compiler define?
> I am expecting, that Currency datatype is internaly stored using Int64
> datatype (*1).
> This compiler define is set for Win64, but not for Win32.
> Does it means, that on Win32 there is Curr
Hi,
what is the meaning of this compiler define?
I am expecting, that Currency datatype is internaly stored using Int64
datatype (*1).
This compiler define is set for Win64, but not for Win32.
Does it means, that on Win32 there is Currency internaly represented
using another data type?
T