Can you show screenshot with this error, pls?
you can attach it here or drop email to support@ directly.
Is this error reproduced for any project or for one specific?
if you check your RODL for problems in Service Builder (Tools->Check library for problems), will it show any problems?
Thx, I can reproduce this case if RO packages were created by installer using cmd line compiler (dcc32.exe).
If I recompile packages manually inside IDE - everything is OK.
Can you try to recompile BuildPackages_D23.groupproj manually inside IDE? will it solve the issue on your side?
Yes, that fixes it. Can you help me understand why? It looks like everything is compiled when it is installed. And is this something that is going to be fixed?
good question.
I think, dcc32.exe uses .dpk for compiling and IDE uses .dproj and by some reasons they generate different code. I will investigate what is wrong
I’ve detected what is wrong: when C++Builder installation is detected, ROD packages are created by setup with RemObjects_OpenXML condition.
If packages are created manually in IDE, RemObjects_MSXML condition is used.
this is a reason for such failure.
I’ll fix wrong behavior for RemObjects_OpenXML mode.