Sorry for multiple emails. If you attempt to use the following way, the user account for (1) and (2) must be identical. Otherwise, (2) will start another instance of soffice.bin from the scratch even though (1) is already running.
The reason is that (1) will be waiting at its own named pipe, whose name will be created based on a folder name for the user account or like that - I forgot -, and (2) will also use the identical named pipe. So they will be able to handshake each other. Please correct me if anyone finds misunderstandings. Tora tora - Takamichi Akiyama wrote: > Another possible way (still, I am not sure, though): > > (1) Start soffice.exe as a normal user account with the following command > line options. > soffice.exe -nofirststartwizard -nologo -nodefault -norestore -nocrashreport > -nolockcheck > > (2) And then use a recent way such as ::cppu::bootstrap() to connect to the > process of soffice.bin. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org