trying to _not_ return full paths not working

so the /FC compiler option is not set but I am still getting the full paths returned when using __FILE__, using vc++ 2005 express.

is this a bug or is the /fc used somewhere else




Answer this question

trying to _not_ return full paths not working

  • MariaD

    If so: Why isn't this documented

  • lol1988

    You should also check that you are not compiling with /ZI (support edit-and-continue) as I believe that this requires /FC - if you don't need E'n'C you can use /Zi instead of /ZI.

  • trying to _not_ return full paths not working