modules of different CPU types were found

纵饮孤独 提交于 2019-12-02 05:21:39

问题


I am just using some dlls in my program, they are listed as:

OPENCV_CORE242D.DLL

OPENCV_IMPROC242D.DLL

VL.DLL

and they all ask for a dll called "MSVCP90D.dll", which I have downloaded and put it into 2 directories: C:\Windows\System32 and C:\Windows\SysWOW64 (because I am using a 64-bit machine), as guided.

Now I am using a small gadget called "Dependency Walker" and checked the dependency, it says something like this:


回答1:


This link might explain some of the red lines: http://software.intel.com/en-us/forums/topic/393036




回答2:


Version 2.2.6000 of Dependency Walker does not have this issue. Get your update at http://dependencywalker.com/




回答3:


Late answer, but also make sure you're using the right version (x86/x64) of dependency walker.



来源:https://stackoverflow.com/questions/17639816/modules-of-different-cpu-types-were-found

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