Qt-interest Archive, June 2007
Re: QDBus on Windows
Message 1 in thread
On Wednesday 31 January 2007 10:24:46 Jens wrote:
> It seems as if it is possible to add dbus-support for Qt4 on windows:
> http://kdelibs.com/wiki/index.php/QtDBus
>
> I would like to see this in the next Qt4-release.
>
> P.S:
> I still wonder if there are other possibilities to do
> cross-application-communication without os-specific libraries?
>
> Jens schrieb:
> > Hi,
> >
> > I would like to communicate from a python-script with my
> > qt4-application. On Unix I could use QDBus, but on Windows QDBus is not
> > supported.
> >
> > I have seen, that there is a windows-port of dbus[1] and it will get
> > merged with the official core of dbus[2].
> >
> > Does anyone have experience with dbus+Qt4 on windows?
> > Are there other easy ways to communicate between applications on
> > Linux+Windows+Mac?
> >
> > Greetings
> > Jens
> >
> > [1] http://sourceforge.net/projects/windbus
> > [2] http://www.freedesktop.org/wiki/Software/dbus
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > "unsubscribe" in the subject or the body. List archive and information:
> > http://lists.trolltech.com/qt-interest/
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/
Hi Jens,
With Qt 4.3.0 we have successfully compiled and tested D-Bus and QDBus on
Linux, Windows (mingw), Mac and Solaris. If you experience problems with
QDBus on any of these platforms, let us know.
Regards,
Marius
--
[ signature omitted ]
Message 2 in thread
Von: Marius Bugge Monsen
> On Wednesday 31 January 2007 10:24:46 Jens wrote:
> > It seems as if it is possible to add dbus-support for Qt4 on windows:
> > http://kdelibs.com/wiki/index.php/QtDBus
> >
> > I would like to see this in the next Qt4-release.
> >
> > P.S:
> > I still wonder if there are other possibilities to do
> > cross-application-communication without os-specific libraries?
> >
> > Jens schrieb:
> > > Hi,
> > >
> > > I would like to communicate from a python-script with my
> > > qt4-application. On Unix I could use QDBus, but on Windows QDBus is
> not
> > > supported.
> > >
> > > I have seen, that there is a windows-port of dbus[1] and it will get
> > > merged with the official core of dbus[2].
> > >
> > > Does anyone have experience with dbus+Qt4 on windows?
> > > Are there other easy ways to communicate between applications on
> > > Linux+Windows+Mac?
> > >
> > > Greetings
> > > Jens
> > >
> > > [1] http://sourceforge.net/projects/windbus
> > > [2] http://www.freedesktop.org/wiki/Software/dbus
> > >
> > > --
> > > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > > "unsubscribe" in the subject or the body. List archive and
> information:
> > > http://lists.trolltech.com/qt-interest/
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > "unsubscribe" in the subject or the body. List archive and information:
> > http://lists.trolltech.com/qt-interest/
>
> Hi Jens,
>
> With Qt 4.3.0 we have successfully compiled and tested D-Bus and QDBus on
> Linux, Windows (mingw), Mac and Solaris. If you experience problems with
> QDBus on any of these platforms, let us know.
>
And also please report possible windbus problems to windbus or kde-windows mailing list.
btw: in 4.3 final there's still a check for dbus in dbus/src/src.pro which is imho superfluous due to the new configure option '-qdbus'. Also the network/openssl module doesn't honor the 'official' naming sheme for the win32/msvc openssl libs.
Christian
--
[ signature omitted ]