Hallo, I am writing client wchich should access openoffice server over the network. I have actually written it successfully with openoffice v3.2, but when I try to compile my stuff with v 3.4 regcomp refuses to register modules as follows:
/opt//openoffice.org/basis-link/ure-link/bin/regcomp -register -r scd.rdb -c uuresolver.uno.so
uuresolver.uno.so
register component 'uuresolver.uno.so' in registry 'scd.rdb' failed!
error (CannotRegisterImplementationException): uuresolver.uno.so: cannot get symbol: component_writeInfo
I checked the actual module with nm and component_writeInfo symbol is really missing from it.
What I am doing wrong?