Page 1 of 1

error entd20.dll, fbclientd.dll not found

Posted: 14.05.2007, 20:35
by Galdarius
what is "fbclientd20.dll, fbclientd.dll" error?

on version 6.6.1 - beta with delphi 7 and firebird embed 2.0

entd20.dll and fbclientd.dll dosen't exists!!!!

Posted: 14.05.2007, 22:17
by mdaems
Just rename your embedded library version. This is done to make a difference between the embedded server and the client/server versions, so they can be in the same directory/path. (eg to allow you pump data from a server into an embedded database)
Is there a naming convention for firebird which shows the difference between embedded and normal library? The one used here is just a copy of the mysql implementation.

Mark