msvcr90.dll is MIA?

A

Alex Hall

Hi all,
For testing purposes, and because I am not yet distributing my
application (which, thanks to you all, is now running perfectly!), I
am going to just bundle msvcr90.dll. However, I cannot find it! I ran
vcredist_x86.exe (I have a 64-bit version of win7, but all I have is
the x86 version of the program - is that a problem?). A search for
msvcr90.dll and just vcr90.dll returns 0 results. Where did it put my
msvcr90.dll file? I thought the point was to give me the dll? Thanks.
 
A

Alf P. Steinbach

* Alex Hall:
Hi all,
For testing purposes, and because I am not yet distributing my
application (which, thanks to you all, is now running perfectly!), I
am going to just bundle msvcr90.dll. However, I cannot find it! I ran
vcredist_x86.exe (I have a 64-bit version of win7, but all I have is
the x86 version of the program - is that a problem?). A search for
msvcr90.dll and just vcr90.dll returns 0 results. Where did it put my
msvcr90.dll file? I thought the point was to give me the dll? Thanks.

A bit off-topic, but:


<example>
C:\> for %f in (msvcr70.dll, msvcr71.dll, msvcr80.dll, mscvr90.dll) do @(
More? echo.%f "%~$path:f"
More? )
msvcr70.dll "C:\WINDOWS\SYSTEM32\msvcr70.dll"
msvcr71.dll "C:\WINDOWS\SYSTEM32\msvcr71.dll"
msvcr80.dll "C:\WINDOWS\SYSTEM32\msvcr80.dll"
mscvr90.dll ""

C:\> _
</example>


Cheers & hth.,

- Alf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,061
Latest member
KetonaraKeto

Latest Threads

Top