Author Topic: The 12 March 2026 build (13823) is out.  (Read 142 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5553
The 12 March 2026 build (13823) is out.
« on: Yesterday at 07:54: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 12 March 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260312_rev13823_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • cbp: add -Wextra to clangd_client_Windows.cbp and codesnippets_Windows.cbp, move WX_VER setting to a higher level(thanks gd_on)
  • update.bat: replace some wilcards by a for...do syntax(thanks gd_on)
  • CompilerOW: Remove null pointer dereferencing.
  • FileManager: Fix wxString::Format() specifiers.
  • DebuggerGDB: Fix wxString::Format specifiers and remove redundant comparison.
  • ProjectImporter: Fix null pointer dereference replacing Read() with ReadLong().
  • CompilerOW: Remove leading comma after "file" when linking.

Regressions/Confirmed/Annoying/Common bugs: