Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Here it is. But it is exactly what ollydbg has proposed as a workaround, except line number.
2
Can you post a patch?
3
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.
4
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.
5
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.
6
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'
7
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
8
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
9
Development / Re: Compiling SO Files Embedded In The Executable
« Last post by Miguel Gimenez on February 04, 2026, 11:10:07 am »
Profile spammer reported to moderator.
10
Development / Re: Compiling SO Files Embedded In The Executable
« Last post by NadiaEira on February 04, 2026, 09:51:30 am »
If it were to be reversed, it might be effective, but as your application is built with C++, there's a possibility of an ABI break with these three significant version changes.
Pages: [1] 2 3 4 5 6 ... 10