News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

how to set host application working directory?

Started by huzhongshan, March 01, 2011, 05:18:43 AM

Previous topic - Next topic

huzhongshan

I want to debug a windows dll in codeblock using a host application , I find that the default work directory is in the place where project files exists , how can I change the working director to other place , such like bin/Debug.

Is it possible ?

Jenna

Quote from: huzhongshan on March 01, 2011, 05:18:43 AM
I want to debug a windows dll in codeblock using a host application , I find that the default work directory is in the place where project files exists , how can I change the working director to other place , such like bin/Debug.

Is it possible ?

"Project -> Properties -> Build targets -> [name of target] -> Execution working dir"

huzhongshan