Search found 29 matches

by oliwe
Mon Jul 21, 2025 8:39 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 16
Views: 36597

Re: Not all options are passed on to bcc64x.exe

Thanks for the fix.
I just tested it - seems to work. :D
by oliwe
Mon Jul 07, 2025 3:47 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 16
Views: 36597

Re: Not all options are passed on to bcc64x.exe

Sorry for late reply. I checked this issue again - it is still there. Just create a new Windows VCL Application - C++ Builder. If you increase the module version number (in project options->Application-> Version Info) and compile ("Make") without twinecomile the change is pushed to the exe...
by oliwe
Tue Jun 10, 2025 4:47 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 16
Views: 36597

Re: Not all options are passed on to bcc64x.exe

No - it is not linked in - if I check the executable properties "File Version" is not changed. Doing a "make" without TwineCompile will directly change the "File Version" to "Module Version Number". (BTW I am changing "Module Version Number" always m...
by oliwe
Wed May 28, 2025 5:02 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 16
Views: 36597

Re: Not all options are passed on to bcc64x.exe

But Version Info is not pushed to the build executable via twinecompile. If I change the module version number (in project options->Application-> Version Info) and compile (make) without twinecomile the change is puhsed to the exe, if I enable twinecompile the change is not pushed to the exe. I also...
by oliwe
Wed May 07, 2025 5:00 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 16
Views: 36597

Re: Not all options are passed on to bcc64x.exe

I was building one Project with TwineCompile in order to test the Sanitizer and they did not work.
Maybe caused by this. I have to investigate this further.
by oliwe
Wed Apr 30, 2025 4:18 am
Forum: General
Topic: Missing TwineCompile after Installation of April Patch for RAD Studio 12.3
Replies: 2
Views: 19559

Re: Missing TwineCompile after Installation of April Patch for RAD Studio 12.3

Hello - I can use TwineCompile again. The problem arose when I tried to install the RAD Studio 12.3 April patch from the IDE. It doesn't work for me - I have no idea why. I installed the patch manually (downloaded via the embarcadero portal), and then TwineCompile works again. I suspect that install...
by oliwe
Tue Apr 29, 2025 2:45 am
Forum: General
Topic: Missing TwineCompile after Installation of April Patch for RAD Studio 12.3
Replies: 2
Views: 19559

Missing TwineCompile after Installation of April Patch for RAD Studio 12.3

After installing the April patch for RAD Studio 12.3, the previously installed TwineCompile is no longer displayed in the IDE's main menu bar, even after uninstalling/reinstalling.
by oliwe
Tue Apr 08, 2025 10:08 am
Forum: General
Topic: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3
Replies: 4
Views: 60869

Re: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3

I am using bcc64x in RADStudio 12.3. TwineCompile out of GetIt Package Manager - version is 5.9.0. In my project libraries like vtk and dcmtk are included. This leads to a lot of warnings. For bcc64x I can just decide to enable or disable all warnings. If there is an error in the source code and all...
by oliwe
Thu Apr 03, 2025 4:47 am
Forum: General
Topic: TwineCompile freezes when a compilation error occurs with bcc64x in 12.3
Replies: 4
Views: 60869

TwineCompile freezes when a compilation error occurs with bcc64x in 12.3

When I compile a larger project in 12.3 witch bcc64x and an error occurs, TwineCompile can't complete the compilation process, it is frozen – all bcc64x processes (>10) remain displayed in the Task Manager. TwineCompile can not cancel the bcc64x processes. If I kill them manually, I can continue wor...