Search found 45 matches

by Richard_008
Thu May 15, 2025 9:54 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 9
Views: 18188

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

I had the same problem trying to get the sample project to reproduce the errors :).
Now I can completely compile with TwineCompile without problems. Thanks!
by Richard_008
Wed May 14, 2025 10:22 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 9
Views: 18188

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

I think you are trying to reproduce it with both "BCC_UndefinedBehaviorSanitizer" and "BCC_AddressSanitizer" turned on. In that case, I also have no problems. The errors occur with only "BCC_UndefinedBehaviorSanitizer" on. Only having "BCC_AddressSanitizer" is...
by Richard_008
Mon May 12, 2025 3:56 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 9
Views: 18188

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

I actually did run into a problem. When I build the project from a clean with TwineCompile, I get these linking errors: [TCBuild Error] ld.lld: error: undefined symbol: __ubsan_handle_type_mismatch_v1 [TCBuild Error] ld.lld: error: undefined symbol: __ubsan_handle_dynamic_type_cache_miss [TCBuild Er...
by Richard_008
Thu May 08, 2025 10:15 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 9
Views: 18188

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

Thanks for the quick fix! Seems to work for me.
by Richard_008
Tue May 06, 2025 6:01 am
Forum: General
Topic: Not all options are passed on to bcc64x.exe
Replies: 9
Views: 18188

Not all options are passed on to bcc64x.exe

The (relatively new) project options "BCC_InstructionSet_v15", "BCC_AddressSanitizer" and "BCC_UndefinedBehaviorSanitizer" are not passed on to bcc64x.exe. I accidentally found this out when my PCH file was compiled by TwineCompile and I tried to compile a cpp file dire...
by Richard_008
Wed Sep 18, 2024 7:33 am
Forum: General
Topic: Builder 12.2
Replies: 10
Views: 281516

Builder 12.2

With Embarcadero C++ Builder 12.2, TwineCompile gives an error when building projects in parallel. The error is: Can't open '[Path_to_project]\[project_name].@@@' For example: Can't open 'D:\test_path\project1.@@@' Turning off parallel compilation fixes this error, but then compiling of course takes...
by Richard_008
Mon Apr 15, 2024 5:48 am
Forum: General
Topic: Builder 12
Replies: 19
Views: 390411

Re: Builder 12

Thanks! Building like charm again!
by Richard_008
Thu Apr 11, 2024 9:53 am
Forum: General
Topic: Builder 12
Replies: 19
Views: 390411

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
by Richard_008
Mon Apr 08, 2024 5:54 am
Forum: General
Topic: Builder 12
Replies: 19
Views: 390411

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.
by Richard_008
Wed Dec 13, 2023 4:30 am
Forum: General
Topic: Building Large 64bit DEBUG Exes with Split DWARF option
Replies: 14
Views: 305162

Re: Building Large 64bit DEBUG Exes with Split DWARF option

Thanks a lot! Now it works perfectly!