Subject | Re: [IBO] Select which client library to use? |
---|---|
Author | Helen Borrie |
Post date | 2004-04-03T22:37:28Z |
At 05:13 PM 3/04/2004 -0500, you wrote:
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
>I was wondering if it was possible to tell IBO which client library to useYes. Find the unit IB_Session511.pas in your IBO root and use it as a
>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?
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