Paulo Jorge Guedes schrieb: > Hi, > > Simple question, how to start dbus on win32? > This depends on where you have installed dbus. Say dbus is compiled for and install into c:\Program Files\dbus you should open a command line and run set PATH=<path where libxml2.dll is located>;%PATH% set PATH="c:\Program Files\dbus\bin";%PATH% dbus-launch Ralf