Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: iasc on October 28, 2009, 10:23:44 pm

Title: Can't create a project
Post by: iasc on October 28, 2009, 10:23:44 pm
I am having trouble creating a project.
It is my first time using code blocks and when I try to create one it says it can't save it and it also says "maybe the file is write-protected?"
Does anyone know what is wrong. Thanks.
Title: Re: Can't create a project
Post by: zabzonk on October 28, 2009, 11:04:26 pm
Please spell out exactly what you are doing to create the project. For example, your reply should look something like this:

- I start CB
- I choose New from the File menu
- I chose Project...

and so on until you get to the point that you get the error message.


Title: Re: Can't create a project
Post by: stahta01 on October 28, 2009, 11:21:09 pm
Also, The Code::Blocks Version/SVN info needed; along with the Operating System info.

Tim S.
Title: Re: Can't create a project
Post by: Jenna on October 29, 2009, 06:38:07 am
And make sure you have write access to the directory you want to place the project in.
EDIT:
... and that no file named as the project exists in this directory, C::B tries to create a subdirectory with the projectname (if you don't change any settings in the wizard) and this cannot work in this case.