Page 1 of 1

RAD Studio 11.1

Posted: Wed Mar 16, 2022 5:16 am
by nightman
TwineCompile fails at any compilation attempt with this error:
scr001.png
scr002.png
The version available from GetIt is version 5.3.0, which does not seem to be suitable for RAD Studio 11.1

Re: RAD Studio 11.1

Posted: Thu Mar 17, 2022 1:40 am
by Chris
Same Problem here.

Here's a Picture of the Problem:
Twine.png
(90.21 KiB) Not downloaded yet
Is there an eta when a new Version for the 11.1 Release is planned?

Best Regards
Chris

Re: RAD Studio 11.1

Posted: Thu Mar 17, 2022 11:41 am
by jomitech
TwineCompile 5.4 with support for RAD Studio 11.1 has just been released. Please go to GetIt and download this new version.

Re: RAD Studio 11.1

Posted: Thu Mar 17, 2022 11:51 am
by nightman
jomitech wrote: Thu Mar 17, 2022 11:41 am TwineCompile 5.4 with support for RAD Studio 11.1 has just been released. Please go to GetIt and download this new version.
Thanks a lot.
Working with Builder without TwinCompiler is very uncomfortable. Unfortunately...

Re: RAD Studio 11.1

Posted: Thu Mar 17, 2022 1:46 pm
by Richard_008
jomitech wrote: Thu Mar 17, 2022 11:41 am TwineCompile 5.4 with support for RAD Studio 11.1 has just been released. Please go to GetIt and download this new version.
Do you have a changelog for it?

Also, it seems the commandline option still is -ide110. This should be -ide111, right?

Re: RAD Studio 11.1

Posted: Thu Mar 17, 2022 6:17 pm
by jomitech
The only changes in this version is support for 11.1

We did not update the -ide version number because 11.1 replaces 11.0 completely - you cannot have them installed side-by-side.

Re: RAD Studio 11.1

Posted: Fri Mar 18, 2022 9:38 am
by Anssi
When trying to build from command line, the jtmake.exe gives an error Unknown project version "19.4".
Is there an update coming for jtmake as well?

Re: RAD Studio 11.1

Posted: Fri Mar 18, 2022 1:11 pm
by jomitech
You need to explicitly pass -ide110 to jtmake so that it can read the 11.0 or 11.1 project files correctly.

Re: RAD Studio 11.1

Posted: Mon Mar 21, 2022 1:19 am
by Anssi
jomitech wrote: Fri Mar 18, 2022 1:11 pm You need to explicitly pass -ide110 to jtmake so that it can read the 11.0 or 11.1 project files correctly.
Thanks, that worked.