Share via


ATL Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can create C++ applications based on Active Template Library (ATL).

For more information, see Active Template Library (ATL).

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add support for ATL to your OS.

Catalog item

SYSGEN variable

Description

Active Template Library (ATL)

SYSGEN_ATL

Provides support for creating a Windows Embedded Compact application based on ATL.

Important: SYSGEN_ATL does not automatically create dependencies on other SYSGENS that specific ATL functionality may require. If such a dependency exists (for example, SYSGEN_CPP_SEH), you must explicitly add the appropriate SYSGENs.

See Also

Other Resources

Active Template Library (ATL)