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

Cannot build project

Started by vikilla, July 03, 2009, 03:21:27 AM

Previous topic - Next topic

vikilla

When I try to build my project with source file, nothing happens when I click on the build button. When I try to select build and run, it does not recognize it as being built.

ollydbg

At least, you should supply info:
OS? Codeblocks version? Compiler? Compiler Output?
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: vikilla on July 03, 2009, 03:21:27 AM
When I try to build my project with source file, nothing happens when I click on the build button.
My program calculates something. But that something is wrong. What can I do?

If you answer my question with that huge amount of information I'll answer yours.
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]