Re: Issue with _dbus_write_socket on windows

2006-11-18 Thread Peter Kümmel
I've written too much mails to the lyx list ;) Peter Kümmel wrote: > Timothy Vismor wrote: >> On 11/17/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: >>> >>> >>> Timothy Vismor wrote: A common way to guarantee a unique instance of a Windows application is to use a well known mutex name.

Re: Issue with _dbus_write_socket on windows

2006-11-18 Thread Peter Kümmel
Timothy Vismor wrote: > On 11/17/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: >> >> >> >> Timothy Vismor wrote: >> > >> > A common way to guarantee a unique instance of a Windows application >> > is to use a well known mutex name. A simple example is: >> > >> >> Thanks, that looks pretty good. W