RE: Regarding MSVCR80.dll

2013-02-01 Thread Shukla, Mangesh
Hi Ariel, I have resolved the issue with MSVCR80.dll with my project. Earlier the problem was that the vcvars32.bat script could not run successfully and complained about not able to locate the COMMON\Tools folder. For this I had to work on the environment settings and now there are no err

Re: EXTERNAL: Re: soffice process still running

2013-02-01 Thread Ariel Constenla-Haile
On Thu, Jan 31, 2013 at 05:48:11PM +, Steele, Raymond wrote: > Thanks for the feedback. > > I implemented the following, but the method kills off any other > instance of soffice that is running. > > Desktop_obj > = component_factory.createInstanceWithContext("com.sun.star.frame.Desktop", >

Re: soffice process still running

2013-02-01 Thread Marcin Gutman
Hi, > Desktop_obj = component_factory.createInstanceWithContext("com.sun.star.frame.Desktop", context); > XDesktop desktop = UnoRuntime.queryInterface(XDesktop.class, desktop_obj); > desktop.terminate(); > > Any way that I can close the instance without killing off other soffice instances? >