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

Santiago A. svaa at ciberpiula.net
Tue Dec 4 16:13:19 CET 2018


El 04/12/18 a las 13:21, LacaK escribió:
> Hi *,
>
> this code compiles for target Win32 but does not compile for
> Win64/x86-64. Why? Is there workaround?
> (Error: Can't determine which overloaded function to call)
> Thank you
For me, in win32 works fine

try this

r1.Offset(a-Integer(1),b-Integer(1));

or

r1.Offset(Integer(a-1),Integer(b-1));


-- 
Saludos

Santiago A.




More information about the fpc-pascal mailing list