News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxWidgets 3.2.2 is out

Started by Miguel Gimenez, February 10, 2023, 09:02:56 PM

Previous topic - Next topic

Miguel Gimenez

I am already testing it, you can just replace the 3.2.1 DLLs with the 3.2.2 ones without recompiling C::B.

There are enhancements in HiDPI and some bug fixing.

ollydbg

Hi, it looks like there is a new hot fix 3.2.2.1, see:

wxWidgets 3.2.2.1 Released
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.

killerbot

will try to switch the nightlies to it in the near future.

Any side effects known ?

ollydbg

Quote from: killerbot on March 23, 2023, 10:47:06 PM
Any side effects known ?
No.

In my PC, wx 3.2.2.1 works correctly for about one month.  :)
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.

Miguel Gimenez