Search found 39 matches

by Richard_008
Thu Jan 28, 2021 3:37 am
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 9199

Re: options ignored with groupproj

I use TwineCompile via GetIt.
by Richard_008
Wed Jan 27, 2021 6:22 am
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 9199

Re: options ignored with groupproj

Ahh, well, that explains a lot. Thanks for figguring it out! When (approximately) do you think this next release will be?
by Richard_008
Thu Jan 21, 2021 10:54 am
Forum: General
Topic: options ignored with groupproj
Replies: 7
Views: 9199

options ignored with groupproj

Whenever I use jtmake.exe to compile a .groupproj, my input options are ignored. So -FV2.1.8.5, -PV2.1.8.5, -treads5, but most importantly -c"Release Build" are all ignored. With a .cbproj, these options do work. What am I doing wrong?
by Richard_008
Thu Jan 21, 2021 7:59 am
Forum: General
Topic: missing files for jtmake.exe
Replies: 2
Views: 5491

missing files for jtmake.exe

When trying to compile a project from the command line, I get the error rtl260.bpl and CC32C260MT.DLL could not be found. I can understand it is not able to find it. Those files are now named rlt270.bpl and CC32C270MT.DLL. I am on TwineCompile 5.2.2 and RAD Studio 10.4. TwineCompile in the IDE works...
by Richard_008
Wed Sep 30, 2020 2:13 am
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 13367

Re: Compile error with command line for RAD studio 10.4

Works like a charm! Thanks a lot!

JTBuildLoader104.dll is a file I didn't have before. Was I supposed to already have this? If yes, it might expain the problem.

Thanks again for this fix!
by Richard_008
Tue Sep 29, 2020 4:16 am
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 13367

Re: Compile error with command line for RAD studio 10.4

Usually I use /verbosity:minimal
by Richard_008
Thu Sep 24, 2020 6:48 am
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 13367

Re: Compile error with command line for RAD studio 10.4

In the meantime I will use those. But the disadvantage of those is that they generate a lot of information in the terminal which slows down the build (I think, I know it is about 40-50% slower than the IDE, taking around 30 seconds instead of 20). Is there a setting which reduces the number of thing...
by Richard_008
Wed Sep 23, 2020 8:20 am
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 13367

Re: Compile error with command line for RAD studio 10.4

I have version 5.2.1.250
by Richard_008
Mon Sep 21, 2020 12:04 pm
Forum: General
Topic: Compile error with command line for RAD studio 10.4
Replies: 9
Views: 13367

Compile error with command line for RAD studio 10.4

Hey, I am having trouble using TwineCompile with MSBuild with the command line. I have done everything the MSBuild How-To.txt says, but I get the error: "%A_PROJECT_PATH%\%A_GROUP_PROJECT%.groupproj" (Make target) (1) -> "%A_PROJECT_PATH%\%A_PROJECT%.cbproj" (Make target) (3) -> ...