Subject | RE: [IBO] There is a way to specify client library dll ? |
---|---|
Author | Dmitry A. Beloshistov |
Post date | 2013-06-26T15:00:13Z |
Hi!
From IB_Session.pas:
- - - start dpr project file - - -
program
MyProgram;
uses
Forms,
IB_Session, // Must use IB_Session
[...]
function GetFBClientLibName: string;
begin
Result := 'myfbclient.dll';
end;
[...]
begin
// Tell IB_Session where to get the client lib name
IB_GetClientLibNameFunc := GetFBClientLibName;
// then continue with the normal stuff
Application.Initialize;
[...]
end.
- - - end dpr project file - - -
WBR, Dmitry Beloshistov AKA [-=BDS=-]
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of sirhamacker
Sent: Wednesday, June 26, 2013 5:56 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] There is a way to specify client library dll ?
Hi,
I would like to know if is possible to especify client library dll, sometimes gds.dll, fbclient.dll or fbembed.dll ?
[Non-text portions of this message have been removed]
From IB_Session.pas:
- - - start dpr project file - - -
program
MyProgram;
uses
Forms,
IB_Session, // Must use IB_Session
[...]
function GetFBClientLibName: string;
begin
Result := 'myfbclient.dll';
end;
[...]
begin
// Tell IB_Session where to get the client lib name
IB_GetClientLibNameFunc := GetFBClientLibName;
// then continue with the normal stuff
Application.Initialize;
[...]
end.
- - - end dpr project file - - -
WBR, Dmitry Beloshistov AKA [-=BDS=-]
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of sirhamacker
Sent: Wednesday, June 26, 2013 5:56 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] There is a way to specify client library dll ?
Hi,
I would like to know if is possible to especify client library dll, sometimes gds.dll, fbclient.dll or fbembed.dll ?
[Non-text portions of this message have been removed]