Page 1 of 1

Builder 12.3

Posted: Thu Mar 13, 2025 5:23 pm
by Teroni
FYI, with TwineCompile 5.9, RAD Studio 12.3, we are getting the following error when installing a package to the component palette:
Cannot load package '<nameOfPackage>.' It contains unit 'InstDecode', which is also contained in package 'TwineCompilePlugin123'
After digging, we discovered DDetours.pas is now being used/exported in TwineCompile, which will conflict with anyone using DDetours.pas in their packages.

Re: Builder 12.3

Posted: Thu Mar 13, 2025 6:04 pm
by jomitech
That's unfortunate. We thought that the possibility of another design-time package needing a hooking library was small enough to justify using DDetours directly.

We will have to arrange an alternative so that there are no conflicts going forward.

Re: Builder 12.3

Posted: Thu Mar 13, 2025 8:04 pm
by Teroni
Thanks for the quick response!

No rush for us. We have a workaround. We removed that package from the palette (not needed there at the moment).

Re: Builder 12.3

Posted: Sat Mar 15, 2025 10:27 am
by jomitech
Is this a 3rd-na component library, and if so, can you tell me which it is?

Re: Builder 12.3

Posted: Tue Mar 18, 2025 7:52 pm
by Teroni
It was one of our packages. We don't require it in the component palette.