Subject Re: [IBO] Client library mystery (rewritten)
Author Daniel Rail
Hi,

At April 5, 2005, 13:03, willy_metra wrote:

> I have a machine with IB 7.5 server and client installed,
> there's a IB client library in system path located.

> Now i'm trying to run IBO application with FB client library in
> app path, which connects to REMOTE firebird server.

> And here comes the mystery: app won't run, even if i put FB client
> in system path.

> Have you any suggestions, please?

For your FB/IBO application, here's what I have done with my
applications:
1- Open IB_Session511.pas
2- Find the line:
IB_Constants.IB_GDS32 := 'GDS511.DLL';
3- Change it to:
IB_Constants.IB_GDS32 := 'fbclient.DLL';
4- Save the unit, you can even choose another filename.
5- Insert this unit at the beginning of the application's .dpr file
USES clause.
6- Compile your application and test it.


Those are the steps that I took so that my applications use
fbclient.dll, instead of gds32.dll.


--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)