Page 2 of 3

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Fri Oct 01, 2021 4:51 am
by windy
Good for new functionality, building multiple project simultaneously.
Thank you again !! :lol:

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Fri Oct 01, 2021 7:53 am
by jomitech
There's lots of new functionality in 5.3, stay tuned for the announcement soon!

And yes, parallel project building is the biggest new feature :D

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Mon Oct 04, 2021 12:31 am
by nightman
Yes, exactly. It is especially noticeable when this parallel compilation is missing. On the other hand... while waiting for the parallel compilation the coffee consumption increases :)

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Mon Oct 04, 2021 6:31 am
by Richard_008
When using TwineCompile 5.3.0.9 with C++ Builder 11.0:
When I build a group project (from the IDE) with a clean and build, with two projects in it (1 executable and 1 dll), the executable does not get its icon compiled in it. So the icon is nowhere shown when looking at the exe or running it.
When I only build the project itself, it does however gets its icon.
When I first compile without TC and then make a small change in some file and compile again, but this time with TC, I get these warnings:
Image 1205.png
(65.47 KiB) Not downloaded yet
Maybe they have to do something with it.

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Mon Oct 04, 2021 7:34 am
by jomitech
Turn off the "Build projects in parallel" option in the TwineCompile options. It sounds like the resource compiler is not being invoked correctly.

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Mon Oct 04, 2021 8:13 am
by Richard_008
Now all is well agian (with the option turned off), thanks!

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Thu Mar 17, 2022 1:54 pm
by Richard_008
jomitech wrote: Mon Oct 04, 2021 7:34 am Turn off the "Build projects in parallel" option in the TwineCompile options. It sounds like the resource compiler is not being invoked correctly.
This does not seem to be fixed in TC 5.4. Will this be fixed in the near future?

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Thu Mar 17, 2022 6:18 pm
by jomitech
It's on our list to fix, but did not make this release.

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Wed Mar 30, 2022 5:40 pm
by jomitech
Would it be possible for you to assemble a simple test-case project that reproduces this resource compiler issue?

Re: TwineCompile not available on GetIt, RAD studio 11

Posted: Thu Mar 31, 2022 5:31 am
by Richard_008
Yes, I have done so. It is not a runnable application, but the executable doesn't get an icon when build with the parallel projects option turned on (and it does get it when compiled on it's own)