从 Java 进行 DDE 调用

发布于 2024-07-24 05:10:41 字数 350 浏览 10 评论 0原文

想知道是否有人有从 Java 进行 DDE 调用的经验和/或示例代码。 我已经使用 stddde 库(DdeInitialize、DdeClientTransaction)中的 win32 调用完成了 DDE,并且可以为此编写一个 JNI 包装器,但我认为从 JNA

我还担心 DDE 调用需要从带有消息泵的线程中进行,并且我不完全确定如何在 Java 中强制执行此操作。

我们要做的调用非常简单(相当于 VBA 的 DDInitiate、DDEExcecute 和 DDETerminate 函数)。

Wondering if anyone has experience and/or sample code for making DDE calls from Java. I've done DDE using win32 calls from the stddde library (DdeInitialize, DdeClientTransaction), and could write a JNI wrapper for this, but I was thinking that it might be nice to do it from JNA

I also have some concerns about the fact that DDE calls need to occur from a thread with message pump, and I'm not entirely certain of how to force that in Java.

The calls we'll be doing are pretty simple (equivalent to VBA's DDInitiate, DDEExcecute and DDETerminate functions).

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

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

发布评论

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

评论(3

っ左 2024-07-31 05:10:41

十年前,我使用了 Neva Object Technology 的小型 DDE 包装器。 有效,如果你喜欢这类事情的话。 但是 IIRC,您应该阅读 FAQ(尽管如果您以前使用过 DDE,它所做的事情可能并不那么令人惊讶)。

A decade ago I used Neva Object Technology's little DDE wrapper. Works, if you like that sort of thing. But IIRC, you should read the FAQ (although the things it does probably aren't so surprising if you have used DDE before).

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