Author Topic: unified workspace and cbp under Windows for different wxWidgets versions  (Read 247 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6118
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Hi, guys, what do you think about this?

gd_on has work on this in github repo:

codeblocks_gd_cbps

I think this is the direction we should do.

Any comments?
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.