rick cameron wrote:
"Ariel Constenla-Haile" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
Hi Rick,
rick cameron escribi�:
Hi
I'm an absolute newbie at programming against the OOo SDK. I am looking
at
the office_connect.cxx sample from the Professional UNO section of the
developer's guide, and trying to build it in Visual C++ 2005.
There is a #include of TypeClass.hdl but this file isn't in C:\Program
Files\OpenOffice.org_2.4_SDK. Where do I find it?
You must dump the headers from the office's type library, using the tool
that comes with the SDK: cppumaker (in SDK\windows\bin\cppumaker.exe).
[detailed instructions removed - see the general development ML/NG]
Regards
Ariel.
--
Ariel Constenla-Haile
La Plata, Argentina
Hi, Ariel
When I run cppumaker I get this error:
cppumaker.exe : init registries failed, check your registry files
check your rdb file with regview. If "regview <yourrdbname>.rdb" dumps
the input on stdout it should be ok. The message is clear, the rdb file
seems to be broken for the cppumaker.
Which rdb do you use?
Let me describe how it works.
- IDL files will be compiled -> *.idl -> *.urd
- urd files will be merged into a rdb under the root key /UCR (UNO core
reflection). The /UCR key is a little bit historical because in the past
we had only one rdb file in the office. I should change or improve this ...
- cppumaker used the merge rdb file and specify the root key -BUCR
Juergen
Any ideas?
Thanks!
- rick
---------------------------------------------------------------------
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]