News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxWidgets 3.2.9 is out

Started by Miguel Gimenez, December 12, 2025, 03:37:17 PM

Previous topic - Next topic

Miguel Gimenez

wxWidgets has just published the 3.2.9 release.

ollydbg

Good news.
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
So, I switched my github action to used the msys2's wx3.3.1 to build C::B, see here: Release CodeBlocks svn r13761 and wxWidgets 3.3.1.0 Build at 2025-12-07-05-06-33 asmwarrior/x86-codeblocks-builds.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

gd_on

QuoteBut it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

ollydbg

Quote from: gd_on on December 13, 2025, 12:22:39 PM
QuoteBut it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie

Oh, yes,  I forgot that. I haven't used the dark mode before.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

bouced

Quote from: Miguel Gimenez on December 12, 2025, 03:37:17 PM
wxWidgets has just published the 3.2.9 release.

For this release, wxWidgets team has built a windows binary that works directly with Codeblocks builtin compiler, one has to download the MSYS2 14.2 UCRT version.