Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: julianloui on November 06, 2012, 03:58:52 am

Title: Code::Blocks does nothing when I Press Build
Post by: julianloui on November 06, 2012, 03:58:52 am
I was delighted to find  Code:Blocks recently.  After I downloaded and installed it on my Windows XP computer, I discovered that the program seems to take forever to compile a simple one-line null program, which I list below. After I issue the Build command, I see the curser blink but nothing else happens. If I hit Run, I am told that the corresponding .exe file has not been built yet. So I tell it to proceed to build (compile), but the curser just keeps blinking on and on and I see no error message. I think I've installed the 8.02 setup.exe file correctly. Your help in this matter will be much appreciated.
 
Thank you very much.
 
Julian Loui
Virginia Beach, VA
---------------------------
#include <iostream>
using namespace std;

main()
{
cout << "This is a null program.";
cout " \n";
}
Title: Re: Code::Blocks does nothing when I Press Build
Post by: carra on November 06, 2012, 05:17:58 pm
You installed 8.02?? That version is more than 4 years old. Is there a good reason why you don't install, at least, Code::Blocks 10.05? Even if your problem is a C::B bug, it is likely to be solved already in newer versions ;)
Title: Re: Code::Blocks does nothing when I Press Build
Post by: julianloui on November 09, 2012, 05:24:03 am
Thanks for your suggestion. I happen to be using Code::Blocks 10.05 on a Windows XP computer.