Page 1 of 1

Error: Cannot load client DLL: gds32.dll

Posted: Tue 23 Aug 2011 09:18
by stevel
Using: Delphi XE, UniDAC 3.70.0.19, Firebird 2.50

When deploying my application to client machine, should I also deploy fbclient.dll ?

I thought that the InterBaseUniProvider unit took care of all this, and that the code of fbclient.dll are compiled into UniDAC. Do we really need to deploy fbclient.dll to client machines?


Regards,
Steve Faleiro

Posted: Tue 23 Aug 2011 13:28
by stevel
Andrey please can you reply to this question?

Regards,
Steve Faleiro

Posted: Tue 23 Aug 2011 14:31
by AndreyZ
UniDAC uses the fbclient.dll library to connect to the Firebird server. That's why you have to deploy the fbclient.dll library with your application.

Posted: Tue 23 Aug 2011 15:33
by stevel
Understood. Thanks, Andrey.

Regards,
Steve Faleiro