Jonas Maebe wrote:

On 16 apr 2007, at 23:14, Vincent Snijders wrote:

Why does the same source compile on win32, but fail on win64?

Because we do no support the extended type on win64, and the priority for overload choosing between double and currency is the same for variants (as in Delphi), and there is a round(double) and a round(currency). You get the same error on any non-x86 platform as well.

Is your conclusion that this is a feature, not a bug ?

Micha
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to