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

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

<< < (2/4) > >>

LETARTARE:
For those who are interested in research:

Here is the regular expression to use for '_T(' in 'CB'
Research :
--- Code: --- '_T\(("(\\"|[^"])*")\)'
--- End code ---
Replace :
--- Code: ---'\1'
--- End code ---
Note : the ' must not be written

gd_on:
Problem with svn 13991.
Apparently, at least in parserthread.cpp, some strings have been changed inside the ?: operator. This does not work.

LETARTARE:
I look immediately...

Miguel Gimenez:
Are these errors inside calls to TRACE()?

LETARTARE:
@gd_on
Could you tell me the line or the lines involved ?

Because under 'Leap-15.6, gcc-15.2' I can't find any error in 'parserthread.cpp' when compiling.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version