Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does cannot dump type com/star/uno/RuntimeException mean?

0
10 Posted

What does cannot dump type com/star/uno/RuntimeException mean?

0

First, make sure that you followed the FAQ entry ‘How do I generate C++ type definitions?’. That means: you created a .idl file that “describes” or “defines” the component. You use the unoidl tool to compile the idl file. Run the cppumaker on the resulting .urd file. The cppumaker generates a C++ representation for idl types and it works on a type library which is generated by the unoidl. If you followed these steps and get the error: cppumaker ERROR: cannot dump type ‘com/star/uno/RuntimeException’, you must integrate your new type into the system type library because the type information is needed at runtime and also for generating the C++ code. For doing that, the easiest way is to merge your ‘XXX.urd’ files into the system type library. The system type library is called applicat.rdb and can be found in the program directory. To merge the type library, you must use the tool regmerge which you should find in the build environment. All type information in the applicat.rdb are saved un

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123