eric wrote:
many thanks for your response, apologies for the cross-post.

On 7/31/06, Jürgen Schmidt <[EMAIL PROTECTED]> wrote:
It seems to be an old SDK installation.

as mentioned i'm using OOo and OOo SDK version 2.0.3, is that the
right version to use?

it should be

'regcomp' is not longer used to deploy extensions packages, it's
now 'unopkg'.

i'm not using regcomp to deploy the package, i'm using regcomp to
register the DLL with the registry database.  here's the exact command
and subsequent error message:

C:\test>"regcomp.exe" -register -r my_app.rdb -c my_app.dll
register component 'my_app.dll' in registry 'my_app.rdb' failed!
error (CannotRegisterImplementationException): cannot get uno environments!

ok i see you try to install not in the office but in your application registry. In this case it is ok.


is that usage correct?

In your case it probably means that you use a wrong compiler version.

i compiled the DLL using MS visual studio 2003 (VC7).  i have
environment variable OO_SDK_CPP_HOME set to the location of the
compiler.  is that correct? is there something else i should check?

you can simply call "cl" without any parameters and check the version number. You should be find something like 'cl, version 13.10.3070' in the output. See the <sdk>/docs/install.html for more information about the requirements.

Juergen


... One base installation on a machine and multiple user
installation are common.

many thanks for clarifying that.

i'd be grateful for any further thoughts anyone may have on possible
causes of this error message.

kind regards,
eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to