Modifying the Development Language Support for an SDK (Windows Embedded CE 6.0)
1/6/2010
After you create an SDK for an OS design, you can choose which development languages you want your SDK to support. For more information, see Development Language Selection for an SDK.
To select a supported development language for an SDK
In the Solution Explorer, navigate to the SDK that you want to modify, and then from the context menu, select Properties.
The Property Pages dialog box appears.
Choose the Development Languages page.
Select the development languages that you want your SDK to support:
- If you select the Native development support check box, you can choose to include a platform-specific macro for conditional compilation of platform-specific source code.
- If you select the Managed development support check box, verify that the OS design includes support for the .NET Compact Framework.
Without support for the .NET Compact Framework in the OS design, you cannot use the SDK with the Smart Device Extensions (SDE) for Microsoft Visual Studio. For more information, see .NET Compact Framework.
To close the SDK Property Pages dialog box and save your changes, choose OK.
See Also
Tasks
Concepts
Development Language Selection for an SDK
SDK Development