Anyone know of a Linux/DBus sort of mechanism for Windows?
Thanks
Anyone know of a Linux/DBus sort of mechanism for Windows?
Thanks
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 closest to DBus is COM.
http://sourceforge.net/projects/windbus/
Not yet part of the official reference implementation, but almost there.