Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Help / Re: Cannot find the compiler
« Last post by Miguel Gimenez on February 14, 2026, 08:56:50 pm »
Go to Settings -> Compiler, select the "Toolchain executables" tab and fill the controls with your compiler's location (use where gcc.exe in the cmd prompt) and program's names.
52
Help / Cannot find the compiler
« Last post by Lyta on February 14, 2026, 05:44:25 pm »
I've installed this compiler : https://www.equation.com/servlet/equation.cmd?fa=fortran 15.2.0
When i type in gfortran -- version in a cmd prompt it says:
GNU Fortran (GCC) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

But when i select the GNU fortran compiler in CodeBlocks it gives this message when i try to build and run:
The compiler's setup (GNU Fortran Compiler)  is invalid, so Code::Blocks cannot find/run the compiler.
  Probably the toolchain path within the compiler options is not setup correctly?!
  Do you have a compiler installed?

What compiler do i actually have installed? I dont understand the difference between the mingw compiler and the one i actually have? Under the toolchain paths it shows for the mingw executables, but i don't think it's the one i actually have, i installed the compiler i linked earlier before codeblocks.
53
Help / .f90 and .f95 files?
« Last post by Lyta on February 14, 2026, 05:05:18 pm »
When i make a new fortran project it generates both a main.f90 and main.f95 file, but the .f95 file is empty.

Why does it make both files? And what is the difference?
54
Development / Re: special handling of the macro replacement ""?
« Last post by ollydbg on February 13, 2026, 03:43:20 pm »
Committed in r13786.

I think supporting the unified cbp file is an important feature.
55
Development / Re: CVE-2020-37121 - buffer overflow exploit
« Last post by killerbot on February 12, 2026, 07:49:01 pm »
Probably all programs compiled with SEH ten years ago are affected, but good luck opening a M3U with C::B  8).

that would be nice though :-)
56
Development / Re: CVE-2020-37121 - buffer overflow exploit
« Last post by Miguel Gimenez on February 12, 2026, 04:31:43 pm »
Probably all programs compiled with SEH ten years ago are affected, but good luck opening a M3U with C::B  8).
57
Development / CVE-2020-37121 - buffer overflow exploit
« Last post by SharkCZ on February 12, 2026, 02:51:51 pm »
Seems https://nvd.nist.gov/vuln/detail/CVE-2020-37121 about a buffer overflow related exploit got published last week, but I can't find any additional information. Does anybody know what it is about? I can't see a connection between a crafted M3U playlist and C::B.
58
Hi, I can also confirm the r13785 fixed the crash issue.

Thanks for your work and testing.
59
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Xaviou on February 10, 2026, 08:43:41 pm »
Hi.

32 bits version for Windows can be downloaded from my website.

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'
60
Nightly builds / The 09 February 2026 build (13785) is out.
« Last post by killerbot on February 09, 2026, 04:57:11 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 09 February 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260209_rev13785_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • clangd_client: Apply ticket 1585 fixing stuck hover popup (thanks Christo)
  • clangd_client Move some of ticket 1585 to the correct position (thanks Christo)
  • clangd_client ClassBrowser Fix asserts caused by invalid wxTreeItemId(s)
  • wxSmith: Fix overriding of GetValueString() with wxWidgets 3.3.1 and newer.

Regressions/Confirmed/Annoying/Common bugs:


    Pages: 1 2 3 4 5 [6] 7 8 9 10