Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
if so can you write down a simple version to this because it will help the others out.
http://stackoverflow.com/questions/20323394/how-to-reference-win-8-dlls-on-a-win-7-machine
Is there a reason my Win 7 64 bit machine would be expected to have Windows 8 DLLs installed? Incidentally, IEShims.DLL exists in my C:\Program Files\Internet Explorer folder, but does not appear to be a registered DLL. When I copy it into the C:\Windows\System32 folder, the Depends stops reporting it as missing. Is this just a case of not knowing where to look for this file on the appropriate Operating System? (Win 7 Home Premium 64-bit in my case).
I'm pretty sure he's saying you don't need to go into the SysWOW64 folder. Even on 64-bit versions of Windows, I am pretty sure most applications look for the DLLs in System32 which is also where they should get registered.
cd\Windows\System32 <Enter>
copy "path to dll\name.dll" <Enter>
Edit: ok, this seems a little silly to me but I've just run Dependency Walker again and now there seem to be other .dlls that are missing (that were not flagged up the first time I ran it).
In my case, it states I have MSVCR100.DLL as x86, all others show correctly as x64. Going to try and find a trusted copy of the above DLL and see if it fixes for me.
Edit: I should mention that you might find that the .dll download website linked to in the original post might not always have the 64bit version. Any recommendations for other download sites (I'll have a look too)?
Edit: So basically had to delete the file from the System32 folder, then run the VC package and it put an older, slightly larger version of MSVCR100.DLL into my System32 folder. That DLL no longer shows up in the Dependency Walker, but program still won't launch so perhaps the fix is a combination of both file not found and x86 files.
http://msdn.microsoft.com/en-us/library/hh802935(v=vs.85).aspx
I can respect if for some reason I had an x86 instead of x64 DLL but that no longer appears to be the case. It seems like Strider is requiring files that are normally only a part of Windows 8.
Just for the sake of showing what my Depends.exe looks like:
http://puu.sh/76m4s.png
I'm old and not that great at all of this, but I managed it, it's easy. Download zip file, open in winRAR, highlight .dll files, ctrl-c. Goto the system32 folder highlight it and paste.