Subject Re: [firebird-support] MSVC runtime libraries
Author Helen Borrie
At 09:51 AM 5/08/2008, Alan McDonald wrote:
>The manifest file accompanying the embedded server download lists 3 files
>msvcp80.dll, msvcr80.dll, msvcm80.dll
>But the distro itself does not contain the m file - just the p and r
>why?

Because you don't need it. It's a proxy file for the other two in the Visual Studio C++ compile/build (hence its presence in the manifest file) but for the binaries you need only the two runtimes - msvcp80.dll for C++ and msvcr80.dll for C.

Furthermore, just copying those runtimes isn't enough if your host or client platform is XP or Vista. You have to install them from the vcredist.exe installation package - get the one applicable to your environment[s] from the MSDN site.

./heLen