在 Windows 7 64 位中,是否可以从 32 位 exe 应用程序使用 64 位 com dll(在进程服务器中)?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里讨论了一个解决方案:
https://stackoverflow.com/a/8484244/147637(阅读整篇文章)
A solution to this is discussed here:
https://stackoverflow.com/a/8484244/147637 (Read the whole post)
几年前,我在 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