First I open a project(.cbp) in default workspace, and compile and debug( such things)...
then I close the project , and open a workspace (.workspace) , and compile , In post build step , I use $(PROJECT_DIR) , and the $(PROJECT_DIR) is still the first project directory( the first one I opened .cbp).
I click the different project in workspace , the $(PROJECT_DIR) cannot change the value to current active project .
Quote from: huzhongshan on February 17, 2012, 03:18:43 AM
I click the different project in workspace , the $(PROJECT_DIR) cannot change the value to current active project .
So, you try to active a different project in workspace by "click"?
Quote from: ollydbg on February 17, 2012, 03:54:21 AM
Quote from: huzhongshan on February 17, 2012, 03:18:43 AM
I click the different project in workspace , the $(PROJECT_DIR) cannot change the value to current active project .
So, you try to active a different project in workspace by "click"?
yeah , I clicked different project in workspace , many times , $(PROJECT_DIR) is still in last season(but not always).
Quote from: huzhongshan on February 17, 2012, 04:22:52 AM
Quote from: ollydbg on February 17, 2012, 03:54:21 AM
Quote from: huzhongshan on February 17, 2012, 03:18:43 AM
I click the different project in workspace , the $(PROJECT_DIR) cannot change the value to current active project .
So, you try to active a different project in workspace by "click"?
yeah , I clicked different project in workspace , many times , $(PROJECT_DIR) is still in last season(but not always).
I think: You should right click on the project name, and select "activate" in the context menu to activate the new project. otherwise, project doesn't switch.
en , It works!
I had the same problem, but I thought it was from my program!
It is not at all intuitive
A big thank you also