Author Topic: codeblocks wxWidgets-3.1.0 mingw-gcc-5.3.0 svn10897  (Read 13847 times)

Offline luoganda

  • Single posting newcomer
  • *
  • Posts: 3
    • ws tools
codeblocks wxWidgets-3.1.0 mingw-gcc-5.3.0 svn10897
« on: November 09, 2016, 02:22:14 pm »
Build and tested on wxp-sp4, but should work on others(i hope).

With almost all extra plugins.

Known issues:
   toolbar is not beeing redrawn correctly - maybe just in windows xp
   it happens when list box or edit box are shown - recalc/redraw issues?
  Solution for now is to set 22x22 icons(Settings->Environment->View).

Download and screenshots:
https://ws-tools.000webhostapp.com/

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: codeblocks wxWidgets-3.1.0 mingw-gcc-5.3.0 svn10897
« Reply #1 on: November 10, 2016, 08:05:39 am »
Build and tested on wxp-sp4, but should work on others(i hope).

With almost all extra plugins.

Known issues:
   toolbar is not beeing redrawn correctly - maybe just in windows xp
   it happens when list box or edit box are shown - recalc/redraw issues?
  Solution for now is to set 22x22 icons(Settings->Environment->View).

Download and screenshots:
https://ws-tools.000webhostapp.com/

Where is your screen shot of the "toolbar" issue, I have a similar issue of the toolbar, but does not sure it is the same as yours. Thanks.
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 ollydbg

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