News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

codeblocks wxWidgets-3.1.0 mingw-gcc-5.3.0 svn10897

Started by luoganda, November 09, 2016, 02:22:14 PM

Previous topic - Next topic

luoganda

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/

ollydbg

Quote from: luoganda 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/

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.

ollydbg

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.