Page 1 of 1

LAZARUS\FIREBIRD\ZCONNECTION

Posted: 22.02.2010, 17:47
by mnrjlh
Good morning,
I start with lazarus-0.9.28.2-fpc-2.2.4-win64.
I meet problems of link under FireBird_2.1 Super-Server and the component ZConnection.
All fields are correctements informed, but when I put Connected in true, I accept the message " None of the dynamic libraries can be found: fbclient21.dll, fbclient.dll ".
This dll is present in "C:\Program Files\Firebird\Firebird_2_1\bin\ fbclient.dll".
To assure visibility it is also in: "C:\Windows\SysWOW64\ fbclient.dll".
But also in "C:\lazarus\fpc\2.2.4\bin\x86_64-win64\ fbclient.dll".
You have an idea on this problem.
Thank you.

Posted: 22.02.2010, 21:50
by seawolf
First of all I'm not sure that Zeos + firebird works on Win64.

Apart from that When do you watch that problem? Designtime or Runtime?
Moreover I suppose if you type $path command on a Windows shell on that list you can see, at least, on of the folder where you copied the dll

Posted: 23.02.2010, 09:59
by mnrjlh
You say, I am not sure that Zeos and Firebird works on 64 bits. However packets are delivered for it.
That please tell yourselves by designtime
I discover Windows 64 and when I type a Back order in the console, I make throw, path not found.
Thank you for guiding me.

Posted: 24.02.2010, 22:20
by mdaems
Well, the problem probably is about the search path used by the Lazarus IDE when you're experiencing the problem at design time.
Also, there may be problems with the other files needed for loading fbclient.dll.

Who knows exactly which files must be available for FB 2.1?

Mark