Jonas Maebe wrote:
Possible solutions:
a) typecast one of the operands of the division to double (not that this is 
Delphi-incompatible)
b) Compile with -CF64 to force all floating point constants to become at least 
64 bit in precision, even if they can be represented exactly using 32 bit
I went with the "-CF64" option and it works just fine or us

Many thanks for the fast answer.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to