News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Codeblocks won't compile

Started by Kriscross, December 26, 2008, 11:35:14 AM

Previous topic - Next topic

Kriscross

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.

ollydbg

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.