Re: cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-18 Thread Jürgen Schmidt
On 9/18/13 11:37 AM, Wei Min Teo wrote: > Hi, > I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered a problem > where cppu::bootstrap() throws a cppu::BootstrapException with the message > "no soffice installation found!". > Prior to this, I have started the soffice process and pas

Re: cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-18 Thread Shemil Hashan
when i was going to test the example(RNG) which provided in "calc/Add-in/Simple Calc Add-In" tutorial in Apache open office wiki I got the error "cppuhelper/implbase4.hxx: No such file or directory" while exucuting make file. Can you give a solution for this problem? On Wed, Sep 18, 2013 at 5:37

cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-18 Thread Wei Min Teo
Hi, I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered a problem where cppu::bootstrap() throws a cppu::BootstrapException with the message "no soffice installation found!". Prior to this, I have started the soffice process and passed in the -accept flag to open up a listening po