Author Topic: Bad icons of C::B in the 16.01 release  (Read 13914 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Bad icons of C::B in the 16.01 release
« Reply #15 on: February 14, 2016, 08:01:17 am »
@morten, you may see VZ's answer about manifest, see this post:

https://groups.google.com/d/msg/wx-users/eA2pNgviez8/Zk7UK5MoAQAJ

But that's another topic about monitor DPI.
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.