Subject Re: [firebird-support] deploy Windows Application to access Firebird database
Author Helen Borrie
Hello Alain,

Tuesday, August 23, 2016, 4:26:03 AM, you wrote:

> Hi
> What;s requred for the Windows app to access a remote Firebird database ?
> The minimal installation

1. fbclient.dll, the same version as the remote server and of the same
"bitness" (32/64) as your client app

2. firebird.msg, if you intend to use the services API

3. The icu* libraries, the same bitness as your application

4. The Microsoft C/C++ runtimes, the same versions as are present in
your Firebird for Windows installation kit, match bitness with your
fbclient.dll.

Note, the correct icu* and ms dlls may be present on the client system
already.

Make sure all are visible to the application's PATH configuration.

Helen