Subject | Re: [IBO] Using IBO with FB v1.5 |
---|---|
Author | tickerboo2002 |
Post date | 2003-08-21T12:07:27Z |
> >Am I correct in thinking that I just change the GDS_32 constant insee not
> >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
> only what it's for but also how it's done. (You'll also work outwhy it is
> called what it's called..)significant line
>
> You can do the almost identical thing, except fix up the
> so it reads:ib_session_FB.pas,
> 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
> don't it?the
> Just make sure you do read that stuff, and locate fbclient.dll in
> %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?