Code::Blocks Forums

User forums => Help => Topic started by: juli on June 12, 2008, 04:13:50 am

Title: debug dll search directory
Post by: juli 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