News:

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

Main Menu

The 22 January 2011 build (6931) is out.

Started by killerbot, January 22, 2011, 11:47:34 AM

Previous topic - Next topic

oBFusCATed

Probably you could use cb_share_config for this, never tried it...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: Krisando on January 30, 2011, 03:39:04 AM
Can this be shared between Linux & Windows?
In general yes, but of course some path (like the ones to compiler/linkers) are wrong. You can still keep you default.conf file on Windows for later releases and the default.conf for Linux for later releases. This should always work unless the path's change for these platforms, too.
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]



ollydbg

Quote from: Krisando on January 23, 2011, 07:23:36 AM
Also I have a Q, do you guys ever plan to make the intellisense (code hinter) fully resolve type definitions to the primary object types?
what does this sentence means???
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.