Re: Full path to src in a static library
- From: Kovarththanan Rajaratnam <krj@xxxxxxxxxxxxx>
- Date: Sun, 22 Oct 2006 11:10:02 +0200
Hello Oleg
Oleg Starodumov wrote:
In VC6, source file path in debug information depends on the path
to the .cpp file that was passed to the compiler (CL). So you should
try to change the build process so that full path gets passed.
E.g.:
cl /c /Z7 myfile.cpp <-- only myfile.cpp will be in debug info
cl /c /Z7 c:\mydir\myfile.cpp <-- c:\mydir\myfile.cpp will be in debug info
Sorry for the late reply. Your suggestion seems to work great. Thanks.
--
Best Regards
Kovarththanan Rajaratnam
.
- References:
- Full path to src in a static library
- From: Kovarththanan Rajaratnam
- Re: Full path to src in a static library
- From: Oleg Starodumov
- Full path to src in a static library
- Prev by Date: Re: Remote debugging on Windows Vista RC2 - firewall configuration fai
- Next by Date: how to clear buffer TRACE uses
- Previous by thread: Re: Full path to src in a static library
- Next by thread: profile in vc6
- Index(es):
Relevant Pages
|