Author Topic: debug dll search directory  (Read 2395 times)

Offline juli

  • Single posting newcomer
  • *
  • Posts: 5
debug dll search directory
« on: June 12, 2008, 04:13:50 am »
hello
    I am trying to run my program with F8 in debug,  I set the execution working directory as ../../myProg in the property.   It runs the program , but when my exe tries to look for the corresponding dlls,  it looks in ./  instead of ../../myProg  ,   is there a setting i could set to make it automatically search for ../../myProg ??


thanks for the help