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

Building

Started by Dante, December 25, 2008, 02:53:14 PM

Previous topic - Next topic

Dante

hey men
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.

MortenMacFly

Quote from: Dante on December 25, 2008, 02:53:14 PM
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.
Nice. I wanted to buy a cookie.

Honestly: How about some more details? Version, OS...?! You are not gonna get any help with such posts. :?
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]

Dante

excuse me!
my os is win XP and my codeblocks version is 8.02.
thanks

Dante

excuse me! :oops:
my os is win XP and my codeblocks version is 8.02.
thanks

ollydbg

Quote from: Dante on December 25, 2008, 02:53:14 PM
hey men
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.
What does pointer 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.

Dante


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.