Code::Blocks Forums

User forums => Help => Topic started by: LizardKing on April 26, 2010, 12:15:04 pm

Title: Annoying problems
Post by: LizardKing on April 26, 2010, 12:15:04 pm
Hi there,

Sorry if this has been posted already, but I can't seem to find an answer in the forums. I'm using Code::Blocks 8.02 on Kubuntu. I have encountered some problems that I find very annoying.

First:

Workspace doesn't seem to remember any of the projects I have, thus, every time I use Code::Blocks  I have to re-open every project I need.

Second and worst:

Code::Blocks won't remember the build options. I have several SDL projects in which I include some libraries in the linker, but every time I reopen the project, those build options are lost and I have to retype -lXXX -lXXX ....really really annoying.

Any clues about the reasons of this behaviour?

Thanks in advance,
Alex
Title: Re: Annoying problems
Post by: oBFusCATed on April 26, 2010, 12:30:06 pm
1. Right click on the root of the project tree (the workspace label) -> save workspace, then you open the resulting workspace to reload all projects
2. Not sure what you mean and here CB remember all project options.
Title: Re: Annoying problems
Post by: LizardKing on April 26, 2010, 12:36:25 pm
Hi,

So I have to save the workspace manually before closing CB?

What I mean with my second question is that if I go to Project Options -> Build Options -> Linker, all my linkages are gone...

Thanks!
Title: Re: Annoying problems
Post by: oBFusCATed on April 26, 2010, 12:46:23 pm
1.Yes you should save a workspace to create it.
2.Are you sure you save your project after you have modified it?
Title: Re: Annoying problems
Post by: LizardKing on April 26, 2010, 12:56:57 pm
Ok, the workspace saving seems to work and also it seems to solve the second problem too.

Works like a charm now, thanks!!

Best regards,
Alex