I'm trying to run a Qt d-bus example (chat) on Windows. It compiles fine but I get this error:
Cannot connect to the D-Bus session bus. Please check your system settings and try again. QEventDispatcherWin32::wakeUp: Failed to post a message
I installed D-Bus on Windows through a ready made installer found in Google archives.
Can someone give me an idea how to run dbus-daemon on Windows?