[Qt-interest] Sending window messages between Qt processes

Andreas Pakulat apaku at gmx.de
Sat Apr 18 23:32:00 CEST 2009


On 18.04.09 14:59:55, Bob Hood wrote:
> QDBus is a <a href="http://doc.trolltech.com/4.5/qdbus.html">namespace
> reference</a>.&nbsp; It you're referring to QtDBus, it is not available
> under Windows.<br>

It is available on windows, but I saw your other mail meanwhile regarding
having only Qt as dependency. Apart from that QtDBus would also need TCP/IP
networking on windows.

I can see only two solutions:
a) stick with your current solution
b) write your own cross-platform mechanism for sending such messages, on
windows thats pretty easy, not sure about linux/unix (but there you could
revert to IPC over network as firewalls are usually less of a problem
there)

Andreas

-- 
You are taking yourself far too seriously.



More information about the Qt-interest-old mailing list