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.
在 IE7 32bit XP/Vista 上流畅运行的 BHO 不适用于 64bt XP/Vista 上的 IE7。我怀疑问题出在注册 BHO 程序集上。谁能有一个好的解决方案让 BHO 适用于 64 位平台?
谢谢,
达特
BHO 是进程内组件,您不能将 32 位 dll 加载到 64 位进程。
您需要为 64 位版本的 IE 构建一个 64 位 DLL。64 位 Windows 上的 32 位版本的 IE 应该可以在 32 位 BHO 上正常工作。如果您已经在 64 位构建 BHO,请使用 ProcMon 查看您的 BHO 是否存在兼容性问题。