News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

please help to fix the autotools system of rev10899

Started by ollydbg, September 09, 2016, 11:26:37 PM

Previous topic - Next topic

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.

Jenna

Should be done in trunk, also some other (more or less) minor fixes to the (core) project-files.

ollydbg

Quote from: jens on September 10, 2016, 09:45:46 AM
Should be done in trunk, also some other (more or less) minor fixes to the (core) project-files.
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.