Microsoft Foundation Class (MFC) Library (Compact 2013)

3/26/2014

The Microsoft Foundation Class (MFC) is an application framework for programming in Windows Embedded Compact. It provides a thin, object-oriented wrapper over WIN32 and allows you to rapidly develop GUI application in C++. Windows Embedded Compact 2013 supports MFC version 11.0.

  • For more information about MFC, see MFC Desktop Applications at MSDN.
  • To add MFC support to your OS, see MFC Catalog Items and Sysgen Variables
  • Source code for this feature is available at %WINCEROOT%\public\common\sdk\atlmfc\src.

Hardware and Software Requirements

MFC Catalog Items and Sysgen Variables

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

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

Catalog item

SYSGEN variable

Description

Microsoft Foundation Class (MFC) Library

SYSGEN_MFC

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

See Also

Other Resources

Application Development