Page 1 of 1

Error compiling in Free Pascal

Posted: Fri 15 Apr 2011 03:57
by joroberto
Hi...

FreePascal 2.4.2 (in 2.2 work perfect)

MemData.pas(4313,9) Error: Can't determine which overloaded function to call


Thanks

Roberto.

Posted: Fri 15 Apr 2011 13:47
by AndreyZ
Hello,

Please specify the following:
- the exact version of IBDAC;
- the exact version of Lazarus.

Posted: Fri 15 Apr 2011 15:12
by joroberto
Hi..

IBDAC = 3.50.0.21

I use only free-pascal = version 2.4.2 [2010/11/08] for i386


Roberto.

Posted: Mon 18 Apr 2011 08:53
by AndreyZ
Please specify how you compile IBDAC components (options for the Free Pascal compiler). Also please specify if you have IBDAC sources.

Posted: Tue 19 Apr 2011 21:01
by joroberto
thanks for the help, support you is great ...

I was waiting I would lose my clients

you know just ask ...

here is the resolution of the problem

replace line

if TryStrToDateTime(V, d) then

by

if TryStrToDateTime(ansistring(V), d) then

Roberto.

Posted: Wed 20 Apr 2011 11:39
by AndreyZ
Thank you for the information. We have already fixed this problem. The next IBDAC build will be fully compatible with Free Pascal 2.4.2. We are planning to release IBDAC next week.