Re: list of vc6 preprocessor switches?
- From: "Doug Harrison [MVP]" <dsh@xxxxxxxx>
- Date: Tue, 06 May 2008 12:44:27 -0500
On Tue, 6 May 2008 09:57:35 -0700 (PDT), ".rhavin grobert" <clqrq@xxxxxxxx>
wrote:
i was unable to find some usefull information at microsoft.com, but
perhap someone here known a URL...
im looking for a list of preprocessor-switches and in special a switch
that gives me list of includes, because i have some kind of non-
trivial circle-includes in my include-files and i'd like to see, if i
compile foo.cpp for example, _what_ files are included in _which_
order.
In VC6, I'm afraid you're limited to using /I and processing the #line
directives with perhaps Perl. In later versions, you can use the
/showincludes option.
--
Doug Harrison
Visual C++ MVP
.
- References:
- list of vc6 preprocessor switches?
- From: .rhavin grobert
- list of vc6 preprocessor switches?
- Prev by Date: Re: list of vc6 preprocessor switches?
- Next by Date: Re: MDAC memory leak
- Previous by thread: Re: list of vc6 preprocessor switches?
- Next by thread: Re: list of vc6 preprocessor switches?
- Index(es):
Relevant Pages
|