Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Alienspecimen on June 29, 2017, 04:08:36 am

Title: Build and Run no longer available
Post by: Alienspecimen on June 29, 2017, 04:08:36 am
I just wrote a simple program that displays on the screen a personalized greeting.

I then started experimenting with adding comments and moving the characters. Suddenly the "Build" and "Build and Run" buttons went gray and are no longer available.

I restored the program to condition when it was running first, then tried saving, closing the file and reopening it, but it did not help.

What did I do wrong?

Thanks in advance.
Title: Re: Build and Run no longer available
Post by: gd_on on June 29, 2017, 09:05:25 am
This happens when your program is still running in the background, even if it displays nothing. Just kill the task if it's the case.

gd_on
Title: Re: Build and Run no longer available
Post by: Alienspecimen on June 29, 2017, 11:04:08 pm
It worked, thank you very much.