Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Ariel Constenla-Haile
Hi Anandh, On Thu, Feb 21, 2013 at 09:49:01PM +0530, Anandha Kannan wrote: > Hi Ariel, > > This is really worth a lot of information for me.. Thanks to you for > the valuable information. I ran the processtest sample also as a root user. > > My C++ client application using Xcode, and I was

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Anandha Kannan
Hi Ariel, This is really worth a lot of information for me.. Thanks to you for the valuable information. I ran the processtest sample also as a root user. My C++ client application using Xcode, and I was running the client application directly, I didn't use unoapploader before. But if i use

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Ariel Constenla-Haile
Hi Anandha, On Thu, Feb 21, 2013 at 04:49:26PM +0530, Anandha Kannan wrote: > Hi Ariel, > > Thanks for the quick reply. To answer your questions.. > > + I am able to launch open office from Terminal without any issues. But > not from my application. > + My application is linked with a libr

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Anandha Kannan
Hi Ariel, Thanks for the quick reply. To answer your questions.. + I am able to launch open office from Terminal without any issues. But not from my application. + My application is linked with a library myoocalc.dylib (from which osl_executeprocess is being called.) and libuni_ccpu.dylib.3

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Ariel Constenla-Haile
Hi Anandha, On Thu, Feb 21, 2013 at 02:28:19PM +0530, Anandha Kannan wrote: > Hi Ariel, > > > > Thanks for the response. This helped me to correct few of > my mistakes I had done. > > having modified my code, now after calling osl_executeprocess, my > application tries to launc

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-21 Thread Anandha Kannan
Hi Ariel, Thanks for the response. This helped me to correct few of my mistakes I had done. having modified my code, now after calling osl_executeprocess, my application tries to launch OO and executeProcess returns E_None, but OO quits and with, "The application cannot be star

Re: [MAC] Launching OO from another application using OSL_executeprocess

2013-02-19 Thread Ariel Constenla-Haile
Hi, On Tue, Feb 19, 2013 at 02:02:25PM +0530, Anandha Kannan wrote: > Hello there, > > Am trying to automate open office from my application developing for > MAC. Am using OO SDK 3.4.1 in Mac OSX 10.7.4. When i want to launch OO from > my application using osl/process.h: [b]osl_executeProces

[MAC] Launching OO from another application using OSL_executeprocess

2013-02-19 Thread Anandha Kannan
Hello there, Am trying to automate open office from my application developing for MAC. Am using OO SDK 3.4.1 in Mac OSX 10.7.4. When i want to launch OO from my application using osl/process.h: [b]osl_executeProcess[/b] using the following code, I get error osl_Process_E_Unknown. OSL_executep