Subject Re: FB embedded and Windows Server 2003 Problem
Author tas_mbx
--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov"
<SD@...> wrote:
>
> On 3 Aug 2006 at 21:38, tas_mbx wrote:
>
> >I have been testing Firebird embedded and it works great on the
WinXP
> >machines I'm testing on but I found that when I copy my
application to
> >a Windows 2003 Server I get an error message saying (fbembed.dll)
> >cannot be found. Any tips or tricks to make this work on Windows
2003
> >or is this a known bug?
>
> Use FileMon by sysinternals or dependency walker by MS to find
out
> what library is missed.
>
> --
> SY, Dimitry Sibiryakov.
>

Thanks for the suggestion Dimitry, turns out, for whatever reason,
Windows Server 2003 is missing the MSVCP71.dll and MSVCR71.dll
files. When I added those to the application root dir it worked fine.

Thanks again,
Thad