Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
2
Code::Blocks continues to hold its ground as a reliable and flexible integrated development environment, especially for programmers working with C, C++, and Fortran. One of the main reasons it stays relevant is its lightweight design combined with powerful features like customizable build systems, a smart code editor, and full debugging support via GDB. Unlike heavier IDEs, Code::Blocks runs smoothly even on modest hardware, making it ideal for students and hobbyists. At the same time, its plugin-based architecture allows more advanced users to tailor the environment to their workflow. This balance between simplicity and extensibility is what keeps Code::Blocks a go-to tool for learning, teaching, and building real-world projects.
3
Here it is. But it is exactly what ollydbg has proposed as a workaround, except line number.
4
Can you post a patch?
5
The problem with wx 3.3.1 appears again in svn 13781, probably after the rework in svn 13780. I haved adapted the patch/workaround proposed by ollydbg (some line numbers have changed) just above. And now it works without assert/crash: I can open a wxs file without creating an rpt files.
6
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by Miguel Gimenez on February 05, 2026, 09:29:14 am »
Profile spammer reported to moderator.
7
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by darrenpollard on February 05, 2026, 08:12:21 am »
Selecting the Debug build target alone is not enough. Make sure GDB is installed and correctly configured in Settings → Debugger, and that it matches the compiler toolchain (e.g. MinGW). Also verify that the Debug build includes debug symbols (-g) and no optimization. When debugging, use Debug → Start/Continue, and check the Build log if Code::Blocks tries to rebuild and fails.
8
Nightly builds / Re: The 04 February 2026 build (13779) is out.
« Last post by Xaviou on February 04, 2026, 06:56:10 pm »
Hi.

32 bits version for Windows can be downloaded from my website.

Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.10 and 25.10 versions can be installed from my ppa (they are now available for both amd64 and arm64 architectures).

Regards
Xav'
9
Plugins development / Re: 'Collector' plugin
« Last post by LETARTARE on February 04, 2026, 03:39:20 pm »
Change to a new site (git):
    https://codeberg.org/LETARTARE/CollectorForCB.git
10
Plugins development / Re: a Qt plugin : QtPregenForCB => AddOnForQt
« Last post by LETARTARE on February 04, 2026, 11:58:24 am »
- new version 4.1.6
    1- in 'Creater' : we replace 'find with 'wxString::Find'
    2- modification of error messages when the executables of 'Qt' are not available

Change to a new site (git):
    https://codeberg.org/LETARTARE/AddonQtForCB
Pages: [1] 2 3 4 5 6 ... 10