I have a Python extension and before 7.5 I use
idlc -w -verbose Extension.idl
regmerge -v Extension.rdb UCR Extension.urd
to generate rdb file. I understand in 7.5 idlc/regmerge got replaced by unoidl-write but I can’t find any good explanation of what I would have to change in my extension.
Any pointers?
Thanks!