Author Topic: wxWidgets 3.2.2 is out  (Read 3135 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
wxWidgets 3.2.2 is out
« on: February 10, 2023, 09:02:56 pm »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 3.2.2 is out
« Reply #1 on: February 14, 2023, 02:01:25 am »
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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: wxWidgets 3.2.2 is out
« Reply #2 on: March 23, 2023, 10:47:06 pm »
will try to switch the nightlies to it in the near future.

Any side effects known ?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 3.2.2 is out
« Reply #3 on: March 24, 2023, 01:47:10 am »
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.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: wxWidgets 3.2.2 is out
« Reply #4 on: March 24, 2023, 03:33:12 am »
No problem here