Author Topic: Cannot build project  (Read 3417 times)

vikilla

  • Guest
Cannot build project
« 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. When I try to select build and run, it does not recognize it as being built.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Cannot build project
« Reply #1 on: July 03, 2009, 03:59:31 am »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Cannot build project
« Reply #2 on: July 06, 2009, 08:02:53 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ