Re: [Fwd: Re: [api-dev] How to search inside notes ?]

2009-03-13 Thread Maximilian Odendahl
Hi, Searching into Writer notes is introduced with version 3.1. And it works, for the user. Was the API user forgotten ? no, it was not forgotten, but you are right, this is not yet possible, there are TODO's inside the code. Not sure about it, but maybe it was not possible in regards to AP

[api-dev] regcomp fails with DocumentLoader example

2009-04-13 Thread Maximilian Odendahl
Hi, I am trying to compile and run the DocumentLoader example on Solaris 10, Sparc, OpenOffice SDK 3.1 and OpenOffice.org 3.1(m8). Compiling works fine, but then regcomp seems to hang forever, this is what I get: ---Register necessary runtime components in the DocumentLoader.rdb -"/

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-13 Thread Maximilian Odendahl
Hi, Compiling works fine, but then regcomp seems to hang forever, this is what I get: ---Register necessary runtime components in the DocumentLoader.rdb -"/opt/openoffice.org/ure/bin/regcomp" -register -r //openoffice.org_sdk/SOLARISexample.out/bin/DocumentLoader.rdb -c connector.uno.

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-14 Thread Maximilian Odendahl
Hi Juergen, the same, it works as expected on Solaris Intel. Keep in mind that you have to set UNO_PATH to the office program directory. For example UNO_PATH=/opt/openoffice.org3/program. Or "soffice" have to be in your PATH. bash-3.00# echo $UNO_PATH /opt/openoffice.org3/program bash-3.00#

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-15 Thread Maximilian Odendahl
Hi. looks indeed ok, i have to check it on my own when i have time ;-) ok, ok, how many beers do you want to have some time? Max PS: Are you at JavaOne? - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For addi

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-16 Thread Maximilian Odendahl
Hi, looks indeed ok, i have to check it on my own when i have time ;-) as I had to install Solaris again, I started from scratch, same issue. Wouldn't that be a showstopper if it does not work for one platform at all(if it turns out that way)? I am running a 64-bit system, anything special I

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-16 Thread Maximilian Odendahl
Hi, Hi, Compiling works fine, but then regcomp seems to hang forever, this is what I get: ---Register necessary runtime components in the DocumentLoader.rdb -"/opt/openoffice.org/ure/bin/regcomp" -register -r //openoffice.org_sdk/SOLARISexample.out/bin/DocumentLoader.rdb -c connecto

[api-dev] shared library and 64bit on Solaris

2009-04-21 Thread Maximilian Odendahl
Hi, - is there any issue to be expected in automating openoffice using C++ Uno API from a shared libray which is called by dlopen instead of a "regular" stand-alone c++ app? - anyone knows or actually tried to build and run on a Ultra Sparc 64bit machine as a native 64bit app? Best, Max -

Re: [api-dev] shared library and 64bit on Solaris

2009-04-22 Thread Maximilian Odendahl
Hi Stephan, With a stand-alone application you can use "simple bootstrap" () to easily let your code have available the URE dynamic libraries and all the OOo UNO types and s

Re: [api-dev] shared library and 64bit on Solaris

2009-04-24 Thread Maximilian Odendahl
Hi, Not being able to catch exceptions smells like there being multiple instances of C++ runtime libraries (like libCrun.so) in your process. In dbx, proc -map will list all libraries of a running process or core file. Anything suspicious there? hm, this just gives me an empty output, have