是否存在 64 位 ActiveX?

发布于 2024-12-04 08:52:02 字数 447 浏览 0 评论 0原文

这个问题可能听起来很奇怪,但我想把这个问题说清楚。

有些人谈论 64 位 Active-X 组件 64 位 COM(ActiveX) 服务器

而其他人则声称没有 64x COM 实现 http://www.pcreview。 co.uk/forums/64-bit-activex-vs-windows-forms-t3764967.html

谁是对的?我可以实现 64 位 Active-X(dll COM 服务器)吗?

Question may sounds strange but I want to make this question clear.

Some people talk about 64 bit Active-X components
64 bit COM(ActiveX) server

while others claim there is no 64x COM implementation
http://www.pcreview.co.uk/forums/64-bit-activex-vs-windows-forms-t3764967.html

Who is right? Can I implement 64-bit Active-X (dll COM server) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我最亲爱的 2024-12-11 08:52:02

64 位 COM 在 64 位版本的 Windows 上运行良好。如果 COM 死了,就不会有 Windows 资源管理器了。还有许多其他依赖于 COM 的 Windows 组件。 x64 代码中没有任何内容可以阻止 COM 工作。

64-bit COM is alive and well on the 64-bit version of Windows. It wouldn't have Windows Explorer if COM was dead. And the many, many other Windows component that depend on COM. There's nothing in x64 code that could prevent COM from working.

九八野马 2024-12-11 08:52:02

您可以为 IE 编写 64 位 ActiveX 控件,但请注意它们只能在 64 位 IE 中运行。

另请注意,即使在 64 位 Windows 上,用户单击 IE 图标时也默认使用 32 位 IE。

You can write 64bit ActiveX controls for IE, but be aware they will only run in 64bit IE.

Also be aware 32bit IE is the default for users when they click the IE icon, even on 64bit Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文