Visual Sidekick Tour - The Unmanaged C++ Libraries View
The Unmanaged C++ Libraries View
The Unmanaged C++ Libraries view collects a user-defined set of 3rd party library source files into a browsable code view.
- Browse a user-defined set of unmanaged C++ libraries. Libraries are collections of C++ files that are used by your solution, but not part of it directly.
- Select from a number of pre-built libraries, including MFC Include, MFC Source Code, STL, ATL, C Runtime, Win32, DirectX.
- Create your own libraries for any other collection of 3rd party source code.
- Browse library symbols from the Solution View or Local File View. Any library symbol that is referenced as a type in the Solution or Local View can be browsed directly from that view.


Prev: Solution And Local Views