Author Topic: Codeblocks won't compile  (Read 3982 times)

Kriscross

  • Guest
Codeblocks won't compile
« on: December 26, 2008, 11:35:14 am »
I've installed Codeblocks on my computer which is a Windows XP. After I have written a program and clicked on build, it doesn't. Nothing happens. No error messages or anything. It just does nothing. I've installed Borland C++ but it doesn't compile either. I've tried it on my other pc and it works fine. Please help, I have a project due. Thanks.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Codeblocks won't compile
« Reply #1 on: December 29, 2008, 11:34:50 am »
Do your set the correct path of mingw?
which version did you installed ?  8.02 with mingw?
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.