Author Topic: how to set host application working directory?  (Read 19384 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
how to set host application working directory?
« 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 ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to set host application working directory?
« Reply #1 on: March 01, 2011, 06:55:28 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"

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
Re: how to set host application working directory?
« Reply #2 on: March 01, 2011, 01:50:56 pm »
Thanks ,