Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Help / Re: Can't build code blocks: Zip file structure invalid
« Last post by charles5577 on September 07, 2026, 04:01:30 pm »
you can download zip.exe into the Msys2 file structure with

pacman -S zip

Note when running this zip version, when zip.exe is in a Codeblocks project file you have to exchange the backslashes (\) with forward slashes (/) in the pathnames of files in the argument lists of the zip.exe command.
12
Development / Request for correction: 1639
« Last post by LETARTARE on September 07, 2026, 03:56:51 pm »
I made a request for corrections:
https://sourceforge.net/p/codeblocks/tickets/1639/

After further testing: DO NOT APPLY THESE PATCHES

They no longer allow the correct loading of scripts

    The responsible files are in 'sdk/scriptings/bindings'
13
Nightly builds / Re: The 06 September 2026 build (14003) is out.
« Last post by lp08 on September 06, 2026, 09:41:23 pm »
wxWidgets Debug Allert
A debugging check in this application has failed.
../../src/common/wincmn.cpp(3370): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in captureMouse(): Recapturing the mouse in the same windows?  :-\ :o
14
Nightly builds / The 06 September 2026 build (14003) is out.
« Last post by killerbot on September 06, 2026, 08:07:57 am »
We switched to gcc 15.2.0 (on 09 April 2026) --> 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.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.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/wxmsw33u_gcc_cb_wx333_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 06 September 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260906_rev14003_win64.7z
  - Linux :
   none

The current SDK version is : 2.26.0

Resolved Fixed:

  • cbplugn.h: The previous mods to Loggers requires plugins version change to 2.26.0
  • CodeCompletion: Fix crash on startup for macOS Silicon/Rosetta (thanks xsiseux01).
  • Editor settings: Fix visual glitch in dark mode when clicking on "Choose font" (ticket #1635).
  • CodeSnippets: Fix case on Unix projects (thanks LETARTARE).

Regressions/Confirmed/Annoying/Common bugs:


    15
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Miguel Gimenez on September 05, 2026, 07:07:00 pm »
    Unix projects fixed in r14001, thank you. BTW, the case was correct in the zip call, it was incorrect in line 11.

    The change in r14000 should be reverted, it was OK before (even if MSW does not care about case).

    EDIT: Fixed "codeblocks" folder case in r14003 , Unix projects use "codeblocks" while MSW uses "CodeBlocks"; LETARTARE was right.
    16
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Pecan on September 05, 2026, 06:52:57 pm »
    Fixed svn 14000, thanks
    17
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by LETARTARE on September 05, 2026, 10:57:39 am »
    The error is in:
    Code
    zip -j9 ../../../devel32/share/CodeBlocks/codesnippets.zip manifest.xml
    corrective :
    Code
    zip -j9 ../../../devel32/share/codeblocks/codesnippets.zip manifest.xml
    A story of tiny !
    18
    Plugins development / r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by LETARTARE on September 04, 2026, 07:13:16 pm »
    The compilation under 'Win-7' is correct.

    Leap-15.6, r13998, gcc-15.2, wx-328 :

    With '.../Cb/Gcc1520/cb13998/src/ContribPlugins_wx32-unix.workspace'
    Cannot create the output file : see the attachment
    19
    Using Code::Blocks / Re: [Solved]How to set different debugger for each build target?
    « Last post by cher-nov on September 04, 2026, 04:09:29 pm »
    Kinda misleading. Would be more accurate to name it "Toolchain's default" rather than "Target's default", because the target is, y'know, Debug/Release.
    20
    Development / Re: Use of '_T("...")' with 'CB'
    « Last post by gd_on on September 03, 2026, 06:37:09 pm »
    Quote
    I do not know why LETARTARE and I do not get compilation errors while gd_on does.
    Probably a more or less restrictive compiler: mine is msys2 16.2
    Now it's OK.
    Pages: 1 [2] 3 4 5 6 7 ... 10