News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

crash when I try to open a wxsmith file under C::B against wx 3.3.1

Started by ollydbg, January 23, 2026, 01:52:47 PM

Previous topic - Next topic

ollydbg

Hi, I can also confirm the r13785 fixed the crash issue.

Thanks for your work and testing.
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.