News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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