<div dir="ltr">Hi Nikolaus, <div>Some time ago,  I had a need to add IPC control to one of my Qt-applications, I selected D-Bus.  I had made some investigation for Qt5.5  under Windows10 -  no one of  Qt D-Bus examples "from the box"  did not work.  After that I switched to  D-Bus implementation from Glib. It works ok.   I used one of an examples  for glib. I have added a separate thread where all D-Bus  handlers are working. The main issue was  to include glib- libs, because they are using variable name "signals" (which is used in Qt as a keyword). I use workaround like this:<br><br>#ifndef MAINWINDOW_H<br>#define MAINWINDOW_H<br><br>#include <QMainWindow><br>#include <QHostAddress><br>#include<QMenuBar><br>#include<QPushButton><br>#include<QtGui><br>#include<QByteArray><br>#include <QTextCodec><br>#include <QString> <br><font color="#9900ff" style="background-color:rgb(255,255,0)">#undef signals                  //    <- Workaround.</font><br>#include <glib.h><br>#include <gio.h><br></div><div>.......................................................</div><div><br></div><div>Best regards,</div><div>Igor</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 10 мар. 2021 г. в 16:58, Nikolaos Sourligas <<a href="mailto:nsourligas91@gmail.com">nsourligas91@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I am currently working on a cross platform Qt project and I would like to use the D-Bus IPC mechanism. On Linux it works nice as expected but I am not sure how it works on Windows 10. </div><div><br></div><div>So, I started looking around for some information on how to use D-Bus on Windows but I didn't find any useful information. D-Bus Windows port working as stable as in Linux ? How can I manually compile dbus source code on Windows from this official repository ?</div><div><br></div><div><a href="https://gitlab.freedesktop.org/dbus/dbus" target="_blank">https://gitlab.freedesktop.org/dbus/dbus</a><br></div><div><br></div><div>I will appreciate any guidance and instructions how to make dbus work on Windows.</div><div><br></div><div>Thanks.</div></div>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org" target="_blank">dbus@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/dbus" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</blockquote></div>