Author Topic: The 24 March 2026 build (13828) is out.  (Read 1780 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5555
The 24 March 2026 build (13828) is out.
« on: March 24, 2026, 06:42:31 pm »
We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 24 March 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260324_rev13828_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • devcpploader: avoid dereferencing null pointer m_pProject (thanks blauzahn).

Regressions/Confirmed/Annoying/Common bugs:



    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 6200
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 24 March 2026 build (13828) is out.
    « Reply #1 on: March 25, 2026, 01:25:22 pm »
    Hi, thanks, I see it still uses wx 3.2.8.

    Maybe, you could try a more recent wxWidgets version, see here: wxWidgets 3.2.10 and 3.3.2 Released - wxWidgets

    BTW: I use the github action to build a wx 3.3.2 based version(since Tim has made contribution to the msys2's wx package, thanks).
    See:
    asmwarrior/x86-codeblocks-builds: Automatically built codeblocks for both 32b and 64b Windows systems.

    and my forked C::B source of a git mirror:

    asmwarrior/codeblocks_sfmirror: Unofficial auto-updated GIT mirror of C::B repo in SourceForge. Does NOT accept patches nor pull requests.
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5555
    Re: The 24 March 2026 build (13828) is out.
    « Reply #2 on: March 25, 2026, 03:59:32 pm »
    was on the todo list:
    * wx 3.3.2
    * gcc 15.2

    I think will do the wx step up first.