Hi
That Delphi update was released on March 18, 2026.
Is necessary update all remobjects components to new version to suport it?
I’m having issues while generating “Library_Invk.pas”
Thank you.
Hi
That Delphi update was released on March 18, 2026.
Is necessary update all remobjects components to new version to suport it?
I’m having issues while generating “Library_Invk.pas”
Thank you.
Hi,
.1621 has support of Delphi 13 so you can use it
what the issue do you have with generating _Invk?
if you reported it, probably it was fixed in .1627
The script that generate it, isn’t updating it properly.
I’ll try reinstall
In Delphi 13.0 was working, but Delphi 13.1 isn’t working anymore.
Thx
Hi,
can you give more details, pls?
what code is generated wrongly?
We have 2 files, generated automatically, “*invk.pas" and *”**intf.pas"
But appears they aren’t been generated when we installed version “10.0.0.1621” with Delphi 13.1
In delphi 13.0 was working.

I wonder this is generated by the code:
And when ran, update our interfaces and methods invocation.
Hi,
check that your .dpr has line {#ROGEN:name.rodl} :
{#ROGEN:MegaDemoLibrary.rodl} // RemObjects: Careful, do not remove!
by other hand, you always can renegerate _Intf and _Invk from your .RODL with ServiceBuilder or rodl2code .
We’ve installed version 10.0.0.1627 and it worked fine
Thx