Code::Blocks Forums

User forums => Help => Topic started by: dema.king84 on June 17, 2021, 03:34:57 pm

Title: code blocks can't allow me to check an options....
Post by: dema.king84 on June 17, 2021, 03:34:57 pm
I'm using Code::Blocks and I can't understand why in the image attached I can't insert the check in the box "Add file to active project in build target(s)".
it is a banality surely but I can't think of any way to overcome the problem
Title: Re: code blocks can't allow me to check an options....
Post by: Miguel Gimenez on June 17, 2021, 03:39:29 pm
Do you have a project?
Title: Re: code blocks can't allow me to check an options....
Post by: dema.king84 on June 17, 2021, 03:44:37 pm
yes and it's called main.cpp
Title: Re: code blocks can't allow me to check an options....
Post by: Miguel Gimenez on June 17, 2021, 03:54:25 pm
Quote
yes and it's called main.cpp

It does not look like a project but a source file... Can you open Project -> Properties... in the menu?
Title: Re: code blocks can't allow me to check an options....
Post by: dema.king84 on June 17, 2021, 03:59:46 pm
i think i solved the pseudo-problem :)
cause i was try to save c++source file without the project opened!
Now that I try to do same step by step with the project active with the visibile code I can go on :)