Re: list of vc6 preprocessor switches?

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
.



Relevant Pages

  • Re: list of vc6 preprocessor switches?
    ... perhap someone here known a URL... ... im looking for a list of preprocessor-switches and in special a switch ... As far as I can tell, there isn't a switch that will do exactly what ... Anyway, it's generally a good idea to upgrade to a more standard-conformant compiler, e.g. a later version of MSVC. ...
    (microsoft.public.vc.mfc)
  • Re: list of vc6 preprocessor switches?
    ... perhap someone here known a URL... ... im looking for a list of preprocessor-switches and in special a switch ... The compiler swtches for VC6 are documented here: ... As far as I can tell, there isn't a switch that will do exactly what ...
    (microsoft.public.vc.mfc)
  • list of vc6 preprocessor switches?
    ... perhap someone here known a URL... ... im looking for a list of preprocessor-switches and in special a switch ... TIA, .rhavin;) ...
    (microsoft.public.vc.mfc)