公告
财富商城
积分规则
提问
发文
2019-03-09 02:09发布
爱情/是我丢掉的垃圾
Anyone know of a Linux/D-Bus sort of mechanism for Windows?
Thanks
windbus is now part of the official DBus releases, see: https://www.freedesktop.org/wiki/Software/dbus/#windowsport
Choose your poison:
http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx
The following IPC mechanisms are supported by Windows: Clipboard COM Data Copy DDE File Mapping Mailslots Pipes RPC Windows Sockets
The following IPC mechanisms are supported by Windows:
The closest to DBus is COM.
The reference D-Bus implementation natively supports Windows. Previously, the WinDBus project could be used. There is no need for equivalents if you want to use D-Bus.
最多设置5个标签!
windbus is now part of the official DBus releases, see: https://www.freedesktop.org/wiki/Software/dbus/#windowsport
Choose your poison:
http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx
The closest to DBus is COM.
The reference D-Bus implementation natively supports Windows. Previously, the WinDBus project could be used. There is no need for equivalents if you want to use D-Bus.