Subject Re: [IBO] Select which client library to use?
Author Helen Borrie
At 05:13 PM 3/04/2004 -0500, you wrote:

>I was wondering if it was possible to tell IBO which client library to use
>when setting up a TIBODatabase connection? In other words, can I tell IBO
>to use a specific gds32.dll, at a particular location on the local system?

Yes. Find the unit IB_Session511.pas in your IBO root and use it as a
model. It was done originally so people could use the IB 5.1.1 gds32.dll
with IB 5.6, because of the event bugs in the 5.5 and 5.6 libraries.

Copy and rename it to something suitable and edit the unit so the names
match. Read the notes there and change the single line declaration as
required.

Then, in your DPR file, include your unit as the first item in the uses clause.

Helen