News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 11 February 2012 build (7789) is out.

Started by killerbot, February 12, 2012, 05:16:55 PM

Previous topic - Next topic

ollydbg

Oh, I found a typo in the log message. The "log" should be "logic", can it be fixed? (svn: change log message does not work).
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.

MortenMacFly

Quote from: ollydbg on April 04, 2012, 08:18:49 AM
Oh, I found a typo in the log message. The "log" should be "logic", can it be fixed? (svn: change log message does not work).
As Yiannis didn't find the time to implement this yet, no. :-(
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]