Author Topic: crash when I try to open a wxsmith file under C::B against wx 3.3.1  (Read 10914 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6148
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.