Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Use of '_T("...")' with 'CB'

(1/4) > >>

LETARTARE:
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.

LETARTARE:
Note :
'_T("")' => 'wxEmptyString'

Miguel Gimenez:
I delete them as I pass near (see 13984), but some areas may be tricky (for example, parts of wxSmith creating string arrays).

LETARTARE:
I just dropped off three tickets: 1632, 1633, 1634

LETARTARE:
I just provided three fixes (1636, 1637, 1638) to replace
 
--- Code: ---'_T("...")' or  'wxT("...")' by '"..."'
--- End code ---
for 'autosave', 'classwizard', codecompletion' plugins

Navigation

[0] Message Index

[#] Next page

Go to full version