I have a problem in Dev-C++ 4.9.7.0 in that it seems to start the exe in a different directory to it's destination directory.

In other words, my exe looks for files in its directory, when you start the exe with F9, it works fine and the exe starts with the working directory set to it's location... BUT, if you start the debugger with F8, it seems to start the exe in a different directory cause it then can't find the files my exe needs to run.

my exe has an 'rc' directory from which it loads resources like xml dialogs. I really need the debugger, and it currently doesn't start exe's in the right directory. Please fix that asap.

Thanx