Subject Re: [IBO] IBO with pure Firebird environments
Author Ryan Nilsson
Thanks for the reply Jason and Nando,

After Nandos reply I completely uninstalled IBO, extracted clean
source, changed the IB_Constants variable to 'fbclient.dll' and
compiled and installed it, but still when I try to connect from the
IDE it says that gds32 is not installed.

Strange, but I'll leave it now and wait for the next IBO I think. It
will at least be a cleaner solution than modifying the IBO source.

But for my sanity can anyone suggest what I may have missed? I removed
all old bpl's etc..

-Ryan


--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
>
> In the next release of IBO it has been designed to look first for the
> Firebird client and then if it doesn't find it to go ahead and load
> GDS32.dll if it finds it. It is also going to be possible to at least
> unload the client and reload it with a different DLL without having
to close
> the application. This still isn't as good as I would like it, but its a
> step in the right direction. What I would like to be able to do is
have a
> TIB_Session that has its own client dll so that you can have more
than one
> in the app and thus have a Firebird session and an InterBase session
in the
> same application. The problem I'm having getting there is I
currently rely
> on some global settings for my trace monitor.
>
> Jason Wharton
>