Subject Re: Error: Interbase library gds32.dll not found in the path
Author lfkauer
Hi, we already found the cause of the error.
The file msvcp60.dll is missing in the system32 folder of the Windows
installation.
All we had to do was to ship this dll in our installation program.
Thank you.

--- In firebird-support@yahoogroups.com, "lfkauer" <lfkauer@y...>
wrote:
> Hi.
> We developed an application using Delphi 7 with Firebird Embed dll
> (RC7).
> We renamed the fbembed.dll to gds32.dll.
> We used the Interbase components available in Delphi 7.
> We place this dll in the application folder during installation.
> Some users have reported the following error when opening the
> application in Windows 98:
> "Exception EIBClientError in module xxxx.exe at yyyy.
> Interbase library gds32.dll not found in the path. Please install
> InterBase to use this functionality."
> In other versions of Windows it runs ok.
> Does anybody have a clue?