Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on August 28, 2026, 04:12:37 pm
-
I just compiled only 'cb-13984' and found 2638 strings '_T("...")' !! (without plugins)
However, since 'wx-3.0' this writing is obsolete.
What would be the advice to gradually delete this writing and how?
As for me, I think research on every target could be a lead.
-
Note :
'_T("")' => 'wxEmptyString'
-
I delete them as I pass near (see 13984), but some areas may be tricky (for example, parts of wxSmith creating string arrays).
-
I just dropped off three tickets: 1632, 1633, 1634