Re: Browse Info by David
David
Sun Dec 09 01:56:33 PST 2007
>I am looking at Project settings in VC++ 6.0.
>
>Under the C/C++ tab there is an option that says "Generate browse
>info".
>
>Also, under the Browse Info tab there is an option that says "Build
>browse info file".
>
>I would expect one option for enabling browse info. Anyone know why
>there are two?
You would logically expect it, but I think the UI options are just a
literal implementation of the underlying component options. The first
instructs the compiler to generate the information, the second tells
the build system to use the browse information generated by the
compiler!
Dave