On Fri, 2003-10-03 at 14:40, Evalet Olivier wrote: > I'm studying DBUS to bridge Wine COM services for Linux. Are you sure you want an IPC mechanism rather than a component system like UNO or XPCOM? > Do I have to implement a dbus-wine-thread.c before using DBUS with Wine? If you want libdbus to be thread safe, you have to provide a thread vtable, yes. It should be trivial to write. Havoc