Any update on this Rad Studio 12 Twine crash issue?
Builder 12
Re: Builder 12
Apologies for the delay. We've been waiting for the issues with GetIt to be resolved so that a new update could be released there for everyone to download.
Since it's taking a while, please download the following file and extract into the TwineCompile Program Files directory. It should resolve this issue.
https://jomitech.com/downloads/CrashFix.zip
Since it's taking a while, please download the following file and extract into the TwineCompile Program Files directory. It should resolve this issue.
https://jomitech.com/downloads/CrashFix.zip
Jon
-
- Posts: 40
- Joined: Mon Sep 21, 2020 11:53 am
Re: Builder 12.1
It seems I cannot use jtmake with the new modern Win64x compiler.
In the IDE TwineCompile works as expected (using either Win64 and Win64x) and using the (old) Win64 as platform also works fine with C++ Builder 12.1 and JTMake.
In the IDE TwineCompile works as expected (using either Win64 and Win64x) and using the (old) Win64 as platform also works fine with C++ Builder 12.1 and JTMake.
Re: Builder 12
Can you clarify what you mean by "cannot use"? If the project build configuration is set to the new compiler, it should work automatically.
Jon
-
- Posts: 40
- Joined: Mon Sep 21, 2020 11:53 am
Re: Builder 12
When I use the option -pl"Win64x", I get "Unknown project platform win64x" and mtbcc32 closes with code 1 without compiling anything. If I do not give the option, but I have set my project to Win64x, it will compile. Also, if I use -pl"Win64" it will compile
Re: Builder 12
That's an issue with jtmake. Apologies for that. Please download the following file and extract into the TwineCompile Program Files directory to correct the issue:
https://jomitech.com/downloads/jtmake.zip
https://jomitech.com/downloads/jtmake.zip
Jon
-
- Posts: 40
- Joined: Mon Sep 21, 2020 11:53 am
Re: Builder 12
Thanks! Building like charm again!