在 Windows 7 64 位中,是否可以从 32 位 exe 应用程序使用 64 位 com dll(在进程服务器中)?

发布于 2024-11-09 19:03:24 字数 309 浏览 2 评论 0原文

在 Windows 7 64 位中,是否可以从 32 位 exe 应用程序使用 64 位 com dll(在进程服务器中)?

我需要将 VB6 gui 应用程序保留为在 Windows 7 系统上运行的 32 位,但它调用 com dll(进程服务器中)和 com exe(进程外服务器)。

我的理解是,com exe 的进程外服务器应该没有问题。

我认为进程服务器中的 com dll 可能有问题,因为它是 64 位,但调用它的应用程序是 32 位。

有人在 32 位应用程序中使用过 64 位 com dll 吗?

谢谢

Is it possible in Windows 7 64 bit to use 64 bit com dlls (in process servers) from a 32 bit exe application?

I need to leave my VB6 gui application as 32 bit running on a windows 7 system but it has calls to com dlls (in process servers) and com exe's ( out of process servers).

My understanding is that it should have no problem with the com exe's the out of process servers.

I think the com dll in process server may have trouble since it is 64 bit but the application calling it is 32 bit.

Has anyone used a 64 bit com dll from a 32 bit application?

Thanks

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

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

发布评论

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

评论(2

剪不断理还乱 2024-11-16 19:03:24

这里讨论了一个解决方案:

https://stackoverflow.com/a/8484244/147637(阅读整篇文章)

A solution to this is discussed here:

https://stackoverflow.com/a/8484244/147637 (Read the whole post)

分开我的手 2024-11-16 19:03:24

几年前,我在 16 位应用程序中使用了 32 位 DLL。我不记得我们是如何做到的(而且该技术肯定不再适用),但这通常被称为“thunking”。

快速谷歌似乎表明这不能在过程中完成,但我只扫描了:
http://www.google.com/search?q=thunking+64bit +32位+dll

Years ago I used a 32bit DLL in a 16bit app. I don't remember how we did it (and the technique would surely not still be applicable), but this is generally called "thunking".

A quick Google would appear to indicate this can't be done in process, but I only scanned:
http://www.google.com/search?q=thunking+64bit+32bit+dll

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