IE Development
Visual Basic
Visual C++
.NET Development
Game Technologies
Windows Forms
SQL Server
Visual FoxPro
Windows Vista
Audio and Video
VS Team System
Microsoft ISV
Smart Devicet
Visual C#
SharePoint Products
Software Development Network>> Visual C++>> trying to _not_ return full paths not working
trying to _not_ return full paths not working
Hot Topic
Localizing AfxMessageBox, "Yes", "No" etc.
Error message PSAPI.DLL
warning C4793 can't be turned off in ATL project?
UNSIGNED CHAR data block and STRING format!!
how to display tab page!!!
MultiByteToWideChar of VC8 went wrong, but VC7 worked.
QuickWatch Expression Type column hidden
verify file existance
Problem getting a resource
resize array then insert data
Visual C++
Error result 1 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\rc.exe'
Referring to the sample code, which line is in error
How to get the local time in miliseconds
error LNK2019 when compiling C++ app
Problems just adding a message to WndProc in a Win 32 API code.
Simulating Left Mouse Button Click
VC++ 2005 redistributable
Unresolved external symbol when using __inline in implementation file
typecasting a pointer?
ToolboxBitmapAttribute not working for custom component
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
Pooja Katiyar
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.
GrandpaB
If so: Why isn't this documented
trying to _not_ return full paths not working
Answer this question
trying to _not_ return full paths not working
Pooja Katiyar
GrandpaB