Subject | Re: [IBO] Using IBO with FB v1.5 |
---|---|
Author | Helen Borrie |
Post date | 2003-08-21T11:47:36Z |
At 11:10 AM 21/08/2003 +0000, you wrote:
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.
Helen
>I'd like to remove FBv1.0 from my system(s) and use FB v1.5 withNot exactly.
>fbclient and no gds32.dll.
>
>Am I correct in thinking that I just change the GDS_32 constant in
>IB_Constants.pas & IB_Session511.pas and do a recompile?
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.
Helen