SharePoint Products
Smart Devicet
Windows Vista
Windows Forms
Microsoft ISV
SQL Server
Game Technologies
VS Team System
Visual C++
IE Development
Visual Studio
Audio and Video
Visual FoxPro
Visual C#
.NET Development
Software Development Network>> Visual C++>> trying to _not_ return full paths not working
trying to _not_ return full paths not working
Hot Topic
syntax for autoexp.dat custom for template container??
Concerning auto-gen'ed vcproj files
textbox and button
Static object initialization and thread safe
Command line compiler help needed!!!!
"Go to definition" is freezing the IDE!
need a book
storage class error
Using Unicode in Console...
Copying a module
Visual C++
PLUG-INS Programming HELP!!
ignore input if wrong
MFC Program crashes when using release configuration (Visual C++ 6.0)
Is there is any way where by i can excute a insert sql query carrying more than one 1 record.?
Read text file to variable, write this variable to another file
floating point error trouble
C++/CLI problems/issues
VS2003 -> 2005 : iterator / vector problem (C2440)
c++ code works in release not in debug !
VS 2005 Compile C in C99 mode?
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
Answer this question
trying to _not_ return full paths not working
MariaD
lol1988