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

Single PCH file for building the CodeBlocks_wx31_64.cbp

Started by ollydbg, November 28, 2020, 09:47:38 AM

Previous topic - Next topic

ollydbg

FYI: I committed all the visibility related patches to our svn trunk now.
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.