ALLINONE Sample: Implements a Server Using ATL, Exposing STL Collections, Controlled by Compiler COM Support in an MFC Application

This sample demonstrates the ability of ATL, STL, Visual C++ compiler COM support, and MFC to coexist in a single application. Building on the COLLECT MFC sample, nine collections are implemented in STL by using map, multimap, list, vector, deque, and set. They are exposed as custom interfaces by using ATL with multiple types of aggregation. The MFC controller uses compiler COM support.

Compare this sample with the COLLECT MFC sample.

Security noteSecurity Note:

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To get samples and instructions for installing them:

  • On the Visual Studio Help menu, click Samples.

    For more information, see Visual Studio Samples.

  • The most recent version and complete list of samples is available online from the Visual Studio 2008 Samples page.

  • You can also locate samples on your computer's hard disk. By default, samples and a Readme file are copied into a folder under \Program Files\Visual Studio 9.0\Samples\. For Express editions of Visual Studio, all samples are located online.

Building and Running the Sample

To build and run this sample

  1. Open the solution AllInOne.sln.

  2. On the Build menu, click Build Solution.

  3. Press F5 to run the sample.

  4. In the sample's user interface, select and use a collection class from the Example menu.

Keywords

This sample demonstrates the following keywords:

map, vector, set, multimap, list, deque, _com_ptr_t, _bstr_t, _com_error

See Also

Reference

Compiler COM Support

Other Resources

Compiler COM Support Samples