Subject | Re: [firebird-support] MSVC runtime libraries |
---|---|
Author | Helen Borrie |
Post date | 2008-08-05T02:12:49Z |
At 09:51 AM 5/08/2008, Alan McDonald wrote:
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
>The manifest file accompanying the embedded server download lists 3 filesBecause 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.
>msvcp80.dll, msvcr80.dll, msvcm80.dll
>But the distro itself does not contain the m file - just the p and r
>why?
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