NO

Author Topic: Debugger: "Can't find source file" & Working d  (Read 3307 times)

dominique1024

  • Guest
Debugger: "Can't find source file" & Working d
« on: June 02, 2005, 10:09:15 PM »
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

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Debugger: "Can't find source file" & Working d
« Reply #1 on: June 03, 2005, 01:58:58 PM »
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