Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on August 28, 2026, 04:12:37 pm

Title: Use of '_T("...")' with 'CB'
Post 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.
Title: Re: Use of '_T("...")' with 'CB'
Post by: LETARTARE on August 28, 2026, 04:20:39 pm
Note :
'_T("")' => 'wxEmptyString'
Title: Re: Use of '_T("...")' with 'CB'
Post by: Miguel Gimenez on August 28, 2026, 04:40:35 pm
I delete them as I pass near (see 13984), but some areas may be tricky (for example, parts of wxSmith creating string arrays).
Title: Re: Use of '_T("...")' with 'CB'
Post by: LETARTARE on August 28, 2026, 06:39:21 pm
I just dropped off three tickets: 1632, 1633, 1634