Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 32 位 dll,我正在尝试使用 LoadLibrary (C++) 将其加载到 64 位机器上的 32 位进程中
使用依赖walker,我被告知在所需的dll中,“找到了具有不同CPU类型的模块”
很明显,许多必需的 32 位 dll 中的一个或多个没有在 64 位环境中加载。
在 32 位世界中一切正常
如何说服 64 位系统搜索将获取所需 32 位 dll 的路径?