From: Alex Hall on
Hi again,
I said "msvcr90.dll", but I meant "msvcp90.dll". In either case, I
cannot locate the dll to include in my project and I am not sure what
else I can do. The vcredist_x86 was, I thought, supposed to give me
the dll, but it does not seem to have done so.

--
Have a great day,
Alex (msg sent from GMail website)
mehgcap(a)gmail.com; http://www.facebook.com/mehgcap
From: Rebelo on
Alex Hall wrote:
> Hi again,
> I said "msvcr90.dll", but I meant "msvcp90.dll". In either case, I
> cannot locate the dll to include in my project and I am not sure what
> else I can do. The vcredist_x86 was, I thought, supposed to give me
> the dll, but it does not seem to have done so.
>
i think that you nedd Microsoft Visual Studio C++ for that dll file, I
used Microsoft Visual Studio C++ Express
From: Martin v. Loewis on
> I said "msvcr90.dll", but I meant "msvcp90.dll". In either case, I
> cannot locate the dll to include in my project and I am not sure what
> else I can do. The vcredist_x86 was, I thought, supposed to give me
> the dll, but it does not seem to have done so.

Try the VS 2008 SP1 redistributables, from

http://www.microsoft.com/downloads/details.aspx?displaylang=de&FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2

Regards,
Martin
From: python on
Martin,

> Try the VS 2008 SP1 redistributables, from
> http://www.microsoft.com/downloads/details.aspx?displaylang=de&FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2

That looks like Microsoft's German site. I wonder if their VS 2008
runtimes are localized for specific languages?

Malcolm

From: Martin v. Löwis on
>> Try the VS 2008 SP1 redistributables, from
>> http://www.microsoft.com/downloads/details.aspx?displaylang=de&FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2
>
> That looks like Microsoft's German site. I wonder if their VS 2008
> runtimes are localized for specific languages?

Apparently so; just remove displaylang=de from the URL to get the
English version of the page.

I can't imagine that the files are actually different - if anything, it
should be just the installer UI, and perhaps some kind of message catalog.

Regards,
Martin