How do I use a 32 Bit COM object from a 64 bit process?(如何使用来自 64 位进程的 32 位 COM 对象?)
问题描述
我在 64 位计算机上使用 Jacob(JAVA COM 桥接器)并希望从 32 位 DLL 加载 COM 对象.我该怎么做?
I Use Jacob (JAVA COM Bridge) on a 64 Bit Machine and want to load COM Objects from a 32 bit DLL. How can I do that?
推荐答案
我解决了如下问题: 创建了一个小的 32 位进程外 COM 服务器 (.exe) 作为工厂 COM 对象来创建需要 32 位对象.所以现在我的应用程序运行 64 位并使用 32 位 COM 对象.
I solved the problem as follows: Created a small 32 bit out-of-process COM server (.exe) that serves as a factory COM object to create the needed 32 bit objects. So now my app is running 64bit and using 32 bit COM objects.
My64bitApp<-->32BitOutOfProcFactory<-->32bitCOMServerDLL
My64bitApp<-->32BitOutOfProcFactory<-->32bitCOMServerDLL
这篇关于如何使用来自 64 位进程的 32 位 COM 对象?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用来自 64 位进程的 32 位 COM 对象?


基础教程推荐
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01