Problem with jump to code on warning/error line

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
mat_jak2
Posts: 1
Joined: Wed Feb 12, 2025 2:24 pm

Problem with jump to code on warning/error line

Post by mat_jak2 »

I noticed that project which includes international characters in embarcadero C++ builder 12.2 . for example this is output in message window of twinecompile 5.8.2 when i build project :
C:\Users\matja×\Documents\Embarcadero\Studio\Projects\Unit4.cpp(23,4): C++ error : unknown type name 'F'
When i doubleclick on upper message nothing happens, i think because wrong path in message ('matja×' instead 'matjaž')
without twinecompile in original BCB++ output messages window looks like:
[bcc32c Error] Unit4.cpp(23): unknown type name 'F'

and i can double click on error message and bring my source file with cursor on error line up,

Path to file is
C:\Users\matjaž\Documents\Embarcadero\Studio\Projects\Unit4.cpp

so i think problem is character 'ž' in my path to file. Can you solve this that output in twine compile messagewindows will be correct with international characters, or just that double click jumps to error/warning line in code.

Best regards
MJ
jomitech
Site Admin
Posts: 2195
Joined: Wed Oct 08, 2008 12:23 am

Re: Problem with jump to code on warning/error line

Post by jomitech »

What compiler are you using in your projects? Classic, CLANG Win32, CLANG Win64, Win64 Modern?
Jon
stslam
Posts: 2
Joined: Mon Jun 16, 2025 11:44 am

Re: Problem with jump to code on warning/error line

Post by stslam »

same problem
when checkbox "Use Classic Borland Compiler" is checked - jump to code by pressing warnings or errors correctly && just fine
But when i'm using CLANG x32 (x64 not check) - nothing happens
Post Reply