Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Using Code::Blocks / Re: Can't Get Debugger to Work
« Last post by cdavalillo on Today at 12:43:45 am »
Working on Linux I experience crashes too. Basically when I going to see variables content on the Watches window (or control widgets) the application (Code::Blocks) simply freeze until it close completely. I thought it was a memory issue but after check twice I have enough free memory (32 GB). I know it has to do with the memory used for debugging because in small blocks of code never happens this, while in blocks of code with many variables it always crashes.
2
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Xaviou on Yesterday at 10:40:23 pm »
Hi
Can you test changing wxColour to wxColourBase in lines 1079 to 1082?
Tested, but it doesn't change anything : the error is still here

Regards
Xav'
3
Nightly builds / Re: The 17 February 2026 build (13793) is out.
« Last post by Xaviou on Yesterday at 10:09:14 pm »
Hi.

32 bits version for Windows can be downloaded from my website.
There is also a wxWidgets-3.3.1 based version (32 and 64 bits) for tests

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'
4
Help / Wiki Service
« Last post by Frank_CB on Yesterday at 10:03:44 pm »
Please restore Wiki Service. It's been unavailable for approximately 36 hours.
5
Nightly builds / The 17 February 2026 build (13793) is out.
« Last post by killerbot on Yesterday at 02:57: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 17 February 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260217_rev13793_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • sdk: handle empty valued members in global compiler variable
  • Debugger: Fix font sizes in HiDPI (ticket #1586).
  • Scripted wizard: ensure header guard macro is a valid C identifier (ticket #1587, thanks Christo).
  • SDK: Do not delete an unallocated object (g_null_log is an static member).
  • SDK: Check string length before accessing characters by index.
  • apply patch #1508: Compiler plugin : renaming a compiler deletes all its personal configuration data . (Thanks homertp)

Regressions/Confirmed/Annoying/Common bugs:


    6
    Help / Re: Incremental Search text box selects itself
    « Last post by sedenion on Yesterday at 09:54:20 am »
    If you are not familiar with SVN, you can try git.
    There are some git mirrors, see here:
    https://github.com/arnholm/codeblocks_sfmirror

    Thanks for your help and reply. Anyway I managed to get the nightly builds package from xaviou debian repositories, and I can confirm incremental search now behave properly.

    Now, this would be cool that Debian mainteners updates their official packages...
    7
    Help / Re: Incremental Search text box selects itself
    « Last post by ollydbg on Yesterday at 03:21:10 am »
    If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)

    I would like to try to compile it from source, but I am a bit lost in your sourceforge page (and not familiar with SVN). Where could I get up to date source archive ready for compile ?

    If you are not familiar with SVN, you can try git.
    There are some git mirrors, see here:
    https://github.com/arnholm/codeblocks_sfmirror

    8
    Help / Re: Incremental Search text box selects itself
    « Last post by sedenion on February 16, 2026, 11:50:59 pm »
    If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)

    I would like to try to compile it from source, but I am a bit lost in your sourceforge page (and not familiar with SVN). Where could I get up to date source archive ready for compile ?
    9
    Help / Re: Used .deb files to install Codeblocks
    « Last post by ErBee on February 16, 2026, 08:06:33 pm »
    I'm very sorry to read that... hope you will get better... I'm very sorry...

    I followed your advise and indeed I could install the latest version.

    Thank you for your help.
    10
    Nightly builds / Re: The 09 February 2026 build (13785) is out.
    « Last post by Miguel Gimenez on February 16, 2026, 07:09:16 pm »
    Can you test changing wxColour to wxColourBase in lines 1079 to 1082?
    Pages: [1] 2 3 4 5 6 ... 10