Page 1 of 1

IBDAC and FB embedded.

Posted: Sun 21 Mar 2010 15:29
by polsol
I tried IBDAC with FB embedded. Moved to a second PC and got the message that dac105 and ibdac dlls required. Added them to the directory but then a 'complaint' that GDS32 was not found :roll: .
The client was set to FBclient.DLL (and FBEmbedded was renamed to FBClient.DLL - as necessary - in the embedded application)! Why would GDS32 be needed?
Adding GDS32 works.
:roll:

Re: IBDAC and FB embedded.

Posted: Mon 22 Mar 2010 11:49
by Dimon
polsol wrote:I tried IBDAC with FB embedded. Moved to a second PC and got the message that dac105 and ibdac dlls required.
IBDAC applications can be built and deployed with or without run-time libraries. Using run-time libraries is managed with the "Build with runtime packages" check box in the Project Options dialog box.

Re: IBDAC and FB embedded.

Posted: Mon 22 Mar 2010 11:52
by Dimon
polsol wrote:The client was set to FBclient.DLL (and FBEmbedded was renamed to FBClient.DLL - as necessary - in the embedded application)! Why would GDS32 be needed?
Adding GDS32 works.
:roll:
To solve the problem set the TIBCConnection.ClientLibrary property to the FBClient.dll library location.