Subject How do you hook up Zeos to FB embedded?
Author Mark Patterson
Hi

I have put all the DLLs in the same directory as the EXE I am producing.I have copied fbembed.dll to both fbclient.dll and gds32.dll. I have a TZConnection with protocol = 'firebird-2.5'  and when I set Connected := true on it, I get this error message:

None of the dynamic libraries can be found or is not loadable: D:\Dev ..\Win32\Debug\!
Use TZConnection.LibraryLocation if the location is invalid.

I tried setting LibraryLocation to ExtractFilePath(ParamStr(0)), but the same error message appears.

A quick google didn't show up a solution. Any ideas?

TIA
Mark