Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Development / Re: special handling of the macro replacement ""?
« Last post by Wkerry on February 21, 2026, 06:57:43 am »
Any chance of moving to a commons CBP set for each environment to save allot of file and then duplication etc when a new WxWidget version comes out.
The file in https://github.com/gerard-durand/codeblocks_gd_cbps/tree/master/src look like they have solved this for windows only.
62
I see this issue again and again. Sometimes, the C::B just existed(crashed) without any message, this happens after when I click the "Cancel" button in the message box to continue the application. When I looked at the RPT(call stack), it just empty, so I don't have much information to share.
63
Any developer has some options about this topic?

I think the recent changes in the C::B should fully support this, see discussion here:

Re: special handling of the macro replacement ""?

64
Development / Re: special handling of the macro replacement ""?
« Last post by ollydbg on February 21, 2026, 04:17:30 am »
65
Is the cpp file(for example, you have a a.cpp file) included in your cbp project file?
You may check the modified "timestamp" of the cpp file, because Code::Blocks use this time information to track whether the file get changed or not.
66
Sometimes when I make a change to a cpp file, codeblocks doesn't recompile the program, I need to rebuild the project so I can see my changes.

Sometimes it does this and I don't know how to fix, I think restarting my pc fixes it temporarily.

I am on linux mint 22.3

Name                   : Code::Blocks
Version                : 25.03-r13644
SDK Version            : 2.25.0
Scintilla Version      : 3.7.5
67
Help / Re: Wiki Service
« Last post by ollydbg on February 20, 2026, 01:48:45 pm »
The wiki is up now, it was fixed by the admin again.
68
General (but related to Code::Blocks) / Re: Plugin GIT ? Plugin SVN ?
« Last post by Wkerry on February 20, 2026, 10:50:46 am »
You did not do a very good search.
Try again and if you still fail then try to search the forum.
69
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by Pecan on February 19, 2026, 09:52:12 pm »
If I don't set local variable I simply don't see local variables info not get the application crashed. Regarding the vectors length they are not big, each one have less than 1000 values each, and the elements that they contain are small structures of less than 500 B each one.

So, am I correct in understanding that the arrays are local variables to a function?
And that you do NOT get the crash when "Watch local variables set" to OFF.

This information can help me localize the code getting the crash.
70
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by cdavalillo on February 19, 2026, 09:46:34 pm »
If I don't set local variable in Code::Blocks I should simply don't see local variables info not get the application crashed. Regarding the vectors length they are not big, each one have less than 1000 values each, and the elements that they contain are small structures of less than 500 B each one.
Pages: 1 2 3 4 5 6 [7] 8 9 10