Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Xaviou on February 15, 2026, 10:30:05 pm »
Hi.
I made some compilation tests with wxWidgets-3.3.x, and it seems there are problems:
  • with wxWidgets-3.3.1: The build went fine, but I suspect something wrong as the archive obtained has a really lower size, and inside, the total size of the "share" folder is about half the size of the one for wxWidgets-3.2.8. But it starts.
  • with wxWidgets-3.3.2 (recent git pull): It can't be built (I've attached the build log for the 64bits version, but I had the same problem with the 32 bits attempt)

Regards
Xav'
62
Help / Re: .f90 and .f95 files?
« Last post by Miguel Gimenez on February 14, 2026, 08:58:55 pm »
Probably the extension is related to the Fortran standard used (1990 or 1995), for more information you should ask in a Fortran forum or ask the plugin creator, darmar.
63
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.
64
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.
65
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?
66
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.
67
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 :-)
68
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).
69
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.
70
Hi, I can also confirm the r13785 fixed the crash issue.

Thanks for your work and testing.
Pages: 1 2 3 4 5 6 [7] 8 9 10