Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Using Code::Blocks / Re: [Solved]How to set different debugger for each build target?
« Last post by cher-nov on September 04, 2026, 04:09:29 pm »
Kinda misleading. Would be more accurate to name it "Toolchain's default" rather than "Target's default", because the target is, y'know, Debug/Release.
52
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on September 03, 2026, 06:37:09 pm »
Quote
I do not know why LETARTARE and I do not get compilation errors while gd_on does.
Probably a more or less restrictive compiler: mine is msys2 16.2
Now it's OK.
53
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 06:19:17 pm »
Fixed in r13995, sorry. I added "kk" to force an error if TRACE() was active and forgot to remove it.
54
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on September 03, 2026, 06:11:56 pm »
Probably better, but that time an other error still with TRACE :
Code
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\codecompletion\parser\parserthread.cpp|2991|error: 'kkm_LastUnnamedTokenName' was not declared in this scope; did you mean 'm_LastUnnamedTokenName'?|
Apparently just kkm_ instead of m_
55
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 05:59:51 pm »
Quote
Yes, all problems are in TRACE : lines 1473, 2347, 2357, 2371, 3200, 3258

Reverted r13991 in these lines, see r13994. Please try to compile again.

I do not know why LETARTARE and I do not get compilation errors while gd_on does.
56
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on September 03, 2026, 05:53:28 pm »
@gd_on

Can you try to replace "...." => wxS(".....") or wxString(".....") on these lines ?
57
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 05:30:38 pm »
Sacre bleu!   ;D
58
Development / Re: Use of '_T("...")' with 'CB'
« Last post by gd_on on September 03, 2026, 05:27:43 pm »
Yes, all problems are in TRACE : lines 1473, 2347, 2357, 2371, 3200, 3258
Example :
Code
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\codecompletion\parser\parserthread.cpp|3258|error: conditional expression between distinct pointer types 'const wxStringCharType*' {aka 'const wchar_t*'} and 'const char*' lacks a cast|
May be there are other problems, but the compiler stops there in parserthread.
59
Development / Re: Use of '_T("...")' with 'CB'
« Last post by LETARTARE on September 03, 2026, 05:11:28 pm »
@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.
60
Development / Re: Use of '_T("...")' with 'CB'
« Last post by Miguel Gimenez on September 03, 2026, 05:10:05 pm »
Are these errors inside calls to TRACE()?
Pages: 1 2 3 4 5 [6] 7 8 9 10