Re: [fpc-pascal] X64 only - Can't determine which overloaded function to call

2017-06-15 Thread James Richters
pascal-boun...@lists.freepascal.org] On Behalf Of wkitt...@windstream.net Sent: Thursday, June 15, 2017 2:03 PM To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] X64 only - Can't determine which overloaded function to call On 06/15/2017 08:20 AM, James Richters wrote: > Strangely: > >

Re: [fpc-pascal] X64 only - Can't determine which overloaded function to call

2017-06-15 Thread wkitty42
On 06/15/2017 08:20 AM, James Richters wrote: Strangely: LY:=Round(30.1-(BYA+SYA)); Also compiles fine with both Win32 and Win64 have you tried 30.0 as well? it looks like something needs a real number for this on the 64bit side... -- NOTE: No off-list assistance is given without prior ap

[fpc-pascal] X64 only - Can't determine which overloaded function to call

2017-06-15 Thread James Richters
I have two almost identical programs, but one of them I cannot compile with Win64, but it works fine with Win32. I finally figured out that the difference between the two that seemed to make a difference was the working one had constants defined, the one with issues, those constants were changed