Missing Dll in dependency walker

给你一囗甜甜゛ 提交于 2019-11-30 21:50:18

These reported errors for GDIPLUS.DLL, GPSVC.DLL and IESHIMS.DLL are false positives. The static analysis that Dependency Walker does will sometimes report errors like this. But when you attempt to load the DLL you will find, I believe, that it loads successfully.

You do not need to download these three DLLs. You should absolutely reverse that action. Remove those files from the directory where your DLL resides.

All the API-MS-WIN-XXX 'missing' dll's are really API-sets (sometimes referred to as 'virtual DLLs'). Dependency walker just wasn't updated since before their inception. Here are some details.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!