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
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.
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!
1.Yes you should save a workspace to create it.
2.Are you sure you save your project after you have modified it?
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