Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Nightly builds / The 24 March 2026 build (13828) is out.
« Last post by killerbot 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:


    92
    General (but related to Code::Blocks) / Re: File Association?
    « Last post by ampleintend on March 24, 2026, 09:34:43 am »
    The issue is that Windows is not passing the file path to Code::Blocks when you double-click.
    Here is a quick fix I suggest:
    • Go to Windows → Settings → Default apps → Choose default apps by file type.
      Select the .c extension and set Code::Blocks as the default app; ensure that the command includes " %1" to open the file.
      Alternatively, you can drag and drop the file into the IDE, or use "Open with" → Code::Blocks.
    Once done, double-clicking the file should open it in a new tab.
    93
    Development / Re: Assert in Setting/Environment
    « Last post by blauzahn on March 23, 2026, 08:25:24 pm »
    Quote
    Fixed in r13828.

    Thank you. I hope my post helped a little to shed some light onto the topic.
    94
    Development / Re: Assert in Setting/Environment
    « Last post by Pecan on March 23, 2026, 05:31:27 pm »
    95
    Development / Re: Assert in Setting/Environment
    « Last post by ollydbg on March 23, 2026, 04:42:00 pm »
    96
    Development / Re: Assert in Setting/Environment
    « Last post by Miguel Gimenez on March 23, 2026, 03:51:33 pm »
    Fixed in r13828.
    97
    Development / Re: Assert in Setting/Environment
    « Last post by ollydbg on March 23, 2026, 03:16:38 pm »
    I have fixed incorrect usage of these flags in some files (see r13827).

    I have NOT changed env_settings.xrc, as the discussion is still alive.

    Hi, Miguel Gimenez, thanks for the fix. I think you can fix the issues in the env_settings.xrc too.

    98
    Development / Re: Assert in Setting/Environment
    « Last post by Miguel Gimenez on March 23, 2026, 01:31:59 pm »
    I have fixed incorrect usage of these flags in some files (see r13827).

    I have NOT changed env_settings.xrc, as the discussion is still alive.
    99
    Development / Re: Assert in Setting/Environment
    « Last post by ollydbg on March 23, 2026, 08:02:16 am »
    I just did some test, the result is:

    It looks like if you just remove the wxALIGN_CENTER_HORIZONTAL in the xrc file from line 768, you will still see this assert when you try to open the setting dialog.

    So, do you think this is the position of the wrong xrc setting? I think it is not.  ;)



    EDIT:

    remove the option wxALIGN_CENTER_HORIZONTAL in the xrc file's line 768 did fix the assert issue.
    100
    Development / Re: Assert in Setting/Environment
    « Last post by ollydbg on March 23, 2026, 07:44:50 am »
    I'm having the same issue here, C::B is link to the wxWidgets 3.3.2 library built with "Debug" option under Windows.

    EDIT:

    The assert also happens in the release build of C::B link against wx 3.3.2.

    The code is related here:
    https://github.com/wxWidgets/wxWidgets/blob/d05c5c1d3e55542e63711778193175c099774f60/src/xrc/xh_sizer.cpp#L768
    You can see, the line is: xh_sizer.cpp, line 768.
    But if you look at the xrc file, the line is also 768.
    This is just a coincidence.
    Pages: 1 ... 5 6 7 8 9 [10]