windows-xp-sp3

Dependency Walker reports IESHIMS.DLL and WER.DLL missing?

喜欢而已 提交于 2019-11-26 18:42:35
On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that: IESHIMS.DLL and WER.DLL can't be found. Do I need these DLL's? Where can I get them? I believe they are supposed to located in C:\Windows\System32\Wer.dll and C:\Program Files\Internet Explorer\Ieshims.dll tyranid ieshims.dll is an artefact of Vista/7 where a shim DLL is used to proxy certain calls (such as CreateProcess ) to handle protected mode IE, which doesn't exist on XP, so it is unnecessary. wer.dll is related to Windows Error Reporting and again is

Dependency Walker reports IESHIMS.DLL and WER.DLL missing?

泪湿孤枕 提交于 2019-11-26 06:35:18
问题 On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that: IESHIMS.DLL and WER.DLL can\'t be found. Do I need these DLL\'s? Where can I get them? I believe they are supposed to located in C:\\Windows\\System32\\Wer.dll and C:\\Program Files\\Internet Explorer\\Ieshims.dll 回答1: ieshims.dll is an artefact of Vista/7 where a shim DLL is used to proxy certain calls (such as CreateProcess ) to handle protected mode IE,