Error: Cannot load client DLL: gds32.dll

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Error: Cannot load client DLL: gds32.dll

Post by stevel » Tue 23 Aug 2011 09:18

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

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Post by stevel » Tue 23 Aug 2011 13:28

Andrey please can you reply to this question?

Regards,
Steve Faleiro

AndreyZ

Post by AndreyZ » Tue 23 Aug 2011 14:31

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.

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Post by stevel » Tue 23 Aug 2011 15:33

Understood. Thanks, Andrey.

Regards,
Steve Faleiro

Post Reply