News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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.