Re: [fpc-pascal] FPC_CURRENCY_IS_INT64

2019-10-14 Thread Florian Klämpfl
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

Re: [fpc-pascal] FPC_CURRENCY_IS_INT64

2019-10-14 Thread LacaK
>> 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

Re: [fpc-pascal] FPC_CURRENCY_IS_INT64

2019-10-14 Thread Sven Barth via fpc-pascal
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

[fpc-pascal] FPC_CURRENCY_IS_INT64

2019-10-14 Thread LacaK
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?