Delphi中服务与可执行文件的关系

发布于 2024-12-17 15:04:57 字数 148 浏览 0 评论 0原文

如何使用 Delphi 在服务和可执行文件之间建立通信?根据我的研究,这可以通过管道或 Windows 消息实现。

我需要该服务来运行可执行文件。但问题是,当可执行文件运行时,在 Windows 7 上不会显示,因为 Windows 7 上的服务在另一个桌面上运行。

How, using Delphi, can communication be established between the service and an executable file? According to my research this is possible by pipe or Windows message.

I need the service to run an executable file. But the problem is that when the executable is run is does not show on Windows 7 because services on Windows 7 runs at another desktop.

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

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

发布评论

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

评论(1

执手闯天涯 2024-12-24 15:04:57

查看 Iztok Kacin 的 Cromis IPC。它基于命名管道,非常轻量级,最重要的是,它非常易于使用且用途广泛。我怀疑 Delphi 是否有比 Cromis IPC 更好的 IPC 库。

Check Cromis IPC by Iztok Kacin. It's based on named pipes and is very lightweight, most importantly, it's very easy to use and versatile. I doubt is there any IPC library for Delphi better than Cromis IPC.

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