C Libraries and Runtimes Catalog Items and Sysgen Variables (Compact 2013)
3/26/2014
In Windows Embedded Compact, you can add support for C libraries and runtimes to your OS.
For more information, see C and C++ Libraries for Windows Embedded Compact.
For more information about how to add or remove catalog items, see Create Your First OS.
Hardware and Software Requirements
- None.
Catalog Items and Sysgen Variables
The following table describes the catalog items and associated SYSGEN variables you can use to add support for C libraries and runtimes to your OS.
Catalog item |
SYSGEN variable |
Description |
Dependencies |
---|---|---|---|
C Runtime Library |
SYSGEN_MSVCR |
Provides the C Runtime (CRT) Library components necessary to build and run applications. |
None. |
Standard C++ Library |
SYSGEN_MSVCP |
Provides the Standard C++ library components necessary to build and run applications. |
SYSGEN_MSVCR |
See Also
Concepts
COM and DCOM Catalog Items and Sysgen Variables