Share via


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 intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.

To get samples and instructions for installing them:

To access samples from Visual Studio

  • On the Help menu, click Samples.

    By default, these samples are installed in drive:\Program Files\Microsoft Visual Studio 10.0\Samples\.

  • For the most recent version of this sample and a list of other samples, see Visual Studio Samples on the MSDN Web site.

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