Error compiling in Free Pascal

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
joroberto
Posts: 12
Joined: Wed 10 Feb 2010 07:33

Error compiling in Free Pascal

Post by joroberto » Fri 15 Apr 2011 03:57

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.

AndreyZ

Post by AndreyZ » Fri 15 Apr 2011 13:47

Hello,

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

joroberto
Posts: 12
Joined: Wed 10 Feb 2010 07:33

Post by joroberto » Fri 15 Apr 2011 15:12

Hi..

IBDAC = 3.50.0.21

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


Roberto.

AndreyZ

Post by AndreyZ » Mon 18 Apr 2011 08:53

Please specify how you compile IBDAC components (options for the Free Pascal compiler). Also please specify if you have IBDAC sources.

joroberto
Posts: 12
Joined: Wed 10 Feb 2010 07:33

Post by joroberto » Tue 19 Apr 2011 21:01

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.

AndreyZ

Post by AndreyZ » Wed 20 Apr 2011 11:39

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.

Post Reply