Subject Re: [IBO] fbclient.dll
Author Helen Borrie
At 10:27 AM 7/07/2004 +0000, you wrote:
>Hi all,
>Anything to change/modify in the code of IBO, in order to use
>FBclient.dll instead of GDS32.dll?

The easy way is just to rename the file to gds32.dll and copy it to the
system directory.

To have the app load fbclient.dll from its installed location, add the unit
IB_Session_FB15.pas to your project and make it the first library listed in
the uses clause of your DPR file. Obviously, alter the pathname in the
source file if you don't have fbclient.dll in the default location.

There's a copy of the file in the Files area. A link to the file should
show up in a message near this one.

Helen