Search found 22 matches

by zzattack
Thu Aug 26, 2021 3:03 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 11382

Re: Build process starts out with just 1 unit

Even after setting the following project options, I'm still seeing the same behavior: - PCH Usage (Do not use) - External types files (false) - Enable smart cached precompiled headers (false) - Cache precompiled headers (false) This is the same for all projects in my group project. Anything else I c...
by zzattack
Wed Jun 30, 2021 4:56 pm
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 11382

Re: Build process starts out with just 1 unit

That makes perfect sense, thanks for clearing it up!
by zzattack
Wed Jun 30, 2021 9:58 am
Forum: General
Topic: Build process starts out with just 1 unit
Replies: 8
Views: 11382

Build process starts out with just 1 unit

Regardless of the number of CPU cores set to use by TwineCompile, it appears on my systems that initially only a single unit is compiled simultaneously. Once compilation of this first unit completes, the actual requested number of cores is put to use.
Is this deliberate, optional and/or desirable?
by zzattack
Fri Apr 30, 2021 3:36 am
Forum: General
Topic: Combining different versions
Replies: 1
Views: 4631

Combining different versions

I have a standalone license for version 4.40 which I like to use with my C++Builder 10.1 Berlin installation, and I use the latest 5.x version bundled with the IDE subscription license. Is it possible to either a) have both simultaneously installed, so that Berlin works on the old 4.40 and Sydney wo...
by zzattack
Tue Mar 02, 2021 3:10 pm
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Excellent, thank you, works perfectly. I noticed multiple TCCompileFileList entries in this XML, simply adding the DisableProgress attribute to each did the trick. I hope this will become available by default in the Targets file, as I can see myself overwriting this file with new installers without ...
by zzattack
Tue Mar 02, 2021 11:23 am
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Awesome, thanks. Which property does -prog- map to? Far as I can tell this is undocumented still. If not, where should I be looking?
by zzattack
Tue Mar 02, 2021 3:16 am
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Hi Jon,
Did this make it into 5.2.3?
by zzattack
Tue Feb 09, 2021 8:09 am
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Awesome, I'll keep my eyes peeled. Thank you!
by zzattack
Sun Feb 07, 2021 10:26 am
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Clear, thank you. If feasible, I'd like to request this feature be extended to include -prog- for a future release. Thanks you for your consideration!
by zzattack
Thu Feb 04, 2021 3:15 pm
Forum: General
Topic: TwineCompile with MSbuild, but not with IDE
Replies: 14
Views: 52015

Re: TwineCompile with MSbuild, but not with IDE

Followup question: can we pass arguments like -prog- through msbuild?