From: Alex Hall on 13 Apr 2010 23:11 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 14 Apr 2010 05:07 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 14 Apr 2010 15:31 > 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 14 Apr 2010 15:51 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 14 Apr 2010 15:58 >> 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
|
Next
|
Last
Pages: 1 2 Prev: msvcr90.dll is MIA? Next: Unit testing errors (testing the platform module) |