Adding a Subproject to an OS Design (Windows Embedded CE 6.0)
1/6/2010
You add subprojects to an OS design by creating a subproject from the File menu or by inserting an existing subproject from the Project menu.
Subprojects can include the following:
- Applications
- Dynamic-link libraries (DLLs)
- Static libraries
- Transport layers
Make sure that the Catalog items necessary to support your subproject are included in your OS design.
You can add custom build settings from the OS Design Property Pages dialog box.
By default, applications, DLLs, and transport layer projects are entered into CE.bib as modules. Static libraries are entered as files.
Applications and static libraries appear automatically in the Windows directory on your device.
DLLs and transport layer projects are assigned the attributes Hidden and System by default.
See Also
Tasks
Excluding a Subproject from Being Built in an OS Design