Subject Re: RES: [firebird-support] Firebird Client version - Urgent
Author Ivan Cruz
Fabrício Fadel Kammer wrote:

>What's the library? gds32.dll?
>
>
>
If you are using Delphi + IBX, yes. For other access libraries
it may be fbclient.dll. That DLL, as usual, will be in your system
directory, after a standard install. To find the system directory in
the customer machine, use GetSystemDirectory function on
Windows API.

When you have the full path to the proper DLL, use Simon
components to get version info. You can have an alternative
in: http://burks.bton.ac.uk/burks/language/pascal/uddf/pages/verinfo.htm
Just change the attribution to "sAppName" in procedure "SetVersionInfo".

Ivan.