We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link belowGet 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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
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 26 October 2025 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20251026_rev13754_win64.7z
- Linux :
none
The current SDK version is : 2.25.0
Resolved Fixed:
- Clangd_client: Apply Christo patch #1559 for makefiles (Thanks christo)
- BrowseTracker: Apply JumpTracker.h assert fix (Thanks Christo and Letartare)
- dragscroll: version 1/4/15 251020 Remember the original (current) mouse position for other events to use.
Regressions/Confirmed/Annoying/Common bugs:
Hi.
32 bits version for Windows can be downloaded from my website (https://wxstuff.xaviou.fr/article/codeblocks-nightly-builds.html).
Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html)
The corresponding unsigned deb files can also be downloaded from the website page linked above.
Ubuntu-22.04, 24.10, 25.04 and 25.10 versions can be installed from my ppa (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb) (they are now available for both amd64 and arm64 architectures).
Regards
Xav'
thank you!
Thank you to the C::B team and Xaviou!
I have build 13754 running under Kubuntu 24.04.3 LTS now.
Thank you, Lieven.
Quote from: 1978544461@qq.com on November 21, 2025, 02:58:50 PM
Code::Blocks launches extremely slowly on Windows 11, including both the official version and the nightly build version. My computer runs on an x64 system.
Windows 11 in general is slow, since MS decided that the taskbar and start menu should be made in React Native, that's one of the many terrible performance decisions they made which is why I'm staying on Windows 10.
I think there is a bug first introduced in nightly 13733 (Versions 650..710 tested ok).
If you have defined project notes and use switch "Auto-show these notes on project loading ...", store project, close C::B, start c::B, then C::B enters an endless loop on project open.
BTW: Thank you very much for maintaining C::B!
Hi,
On W11 25H2 64 bit, seems to have same problem with just try to open "Notes" in project CB loaded and running, nothing appear and CB block definitively.
Only solution is to activate "End task" in task bar on icon CB (added by me).
Project CB is joined (but renamed to be compatible with upload rules of this forum).
Thank's.
Thierry.
The problem is in this code (genericmultilinenotesdlg.cpp:31), the call to LoadDialog() falis
// Create and populate from XRC
if (!wxXmlResource::Get()->LoadDialog(this, parent, _T("dlgGenericMultiLineNotes")))
{
wxLogError("Missing XRC resource: dlgGenericMultiLineNotes");
return; // fail gracefully
}
The dialog is created in cbProject.cpp:1792. I do not know enough of XML resources to debug this.
Should be fixed in r13761 (https://sourceforge.net/p/codeblocks/code/13761/).
EDIT: this was broken by r13725 (https://sourceforge.net/p/codeblocks/code/13725/) in 2025-09-07, because changing the LoadObject() to LoadDialog() broke loading of wxScrollingDialog. Probably said commit should be reverted, at least partially, and the XRC restored.
Many thank's Miguel.
Just to be precise, I don't test open "Notes" in project CB since ... many months.
But, recently, I grow munch number of lines in this zone (not directly in IDE, but into CB project ... just XML file ...) ... and I can't view result into CB :D !
Thierry.
to 1978544461@qq.com -> test ExplorerPatcher (https://github.com/valinet/ExplorerPatcher/releases (https://github.com/valinet/ExplorerPatcher/releases).
Since I try, gain in velocity ... and stability.
Regards.