Subject Re: [IBO] allowing program to use either gds32.dll or fbclient.dll based on settings
Author robertgilland
>
> just do
>
> IB_GDS32 := Config.GetString('ClientLibraryName');
>
> in the initialization section of one of your
units. "Config.GetString" is whatever you use to read configuration
information in your application.
>
> HTH
>

What does HTH mean?

I thought IBObjects had been updated to cater for this. Since the
release of Firebird 1.5 there are 2 different dll's for accessing
administration API ( fbclient and gds32 ).

Regards,

Robert.