Subject Re: [IBO] Using IBO with FB v1.5
Author tickerboo2002
> >Am I correct in thinking that I just change the GDS_32 constant in
> >IB_Constants.pas & IB_Session511.pas and do a recompile?
>
> Not exactly.
> If you open IB_Session511.pas and read the doc at the top, you'll
see not
> only what it's for but also how it's done. (You'll also work out
why it is
> called what it's called..)
>
> You can do the almost identical thing, except fix up the
significant line
> so it reads:
> initialization
> // Replace the normal value with the alternate client DLL value.
> IB_Constants.IB_GDS32 := 'fbclient.dll';
> And it makes more sense to name the unit something like
ib_session_FB.pas,
> don't it?
> Just make sure you do read that stuff, and locate fbclient.dll in
the
> %system% dir.

OK. Ideally, I just want to use IBO without worrying about the
positioning of headers within my C++ Builder applications. Changing
both IB_GDS32 constants would remedy that would it not?