Debugger: "Can't find source file" & Working d

Started by dominique1024, June 02, 2005, 10:09:15 PM

Previous topic - Next topic

dominique1024

Hi,

In Project->Options->General, I have chosen a Working directory who dont contain the source files.
When I press the Go/Debug button, a window appear with the message:
"Can't find source file <filename>. Please specifiy folder:".


Version: 3.00.4

Pelle

The only way I reproduce this is by compiling a console mode program without enabling "Microsoft extensions". In this case only the basename of the source file (without a path) will be stored in the object file. This is by design for compatibility reasons - not a bug.

Pelle
/Pelle