Tutorial Step 8: Creating an SDK for eMbedded Visual C++

After you have customized your platform, and booted and debugged the OS, you can use Platform Builder to create an SDK for the platform. Developers can use this SDK to create applications based on the platform that you created. In this step, you create an SDK for Microsoft eMbedded Visual C++ 4.0.

To create and export an SDK for eMbedded Visual C++

  1. From the Platform menu, choose Configure SDK.

  2. When the Export SDK Wizard appears, choose Next.

  3. In the Product name for MSI installation box, type MyPlatformSDK.

  4. In the Manufacturer name box, type MyCompany, and then choose Next.

  5. Verify that the eMbedded Visual C++ 4.0 support check box is selected, and then choose Next.

  6. On the final page, choose Modify the SDK configuration settings when this wizard closes.

  7. Choose the License File tab, and then select the Append End User License Agreement check box.

  8. In the End User License Agreement Path box, type the location and name of a text file that you want to use as a sample End User License Agreement (EULA).

    - or -

    Choose Browse, select a text file that you want to use as a sample EULA, and then choose Open.

  9. Choose the Emulation tab, and then, in the Emulation image field, verify that you have selected a build configuration for your SDK. For the purposes of this tutorial, select a debug configuration.

    Selecting a debug configuration may help prevent errors from occurring when you build your SDK.

  10. Choose OK to close the window.

  11. From the Platform menu, choose Build SDK.

    The Export SDK Wizard dialog box displays information while the SDK is being built.

  12. When the build is complete, choose Done.

    Your SDK is in the Myplatform_sdk.msi file in the %_WINCEROOT%\Public\MyPlatform\SDK directory.

You have completed this tutorial and successfully created and debugged a custom run-time OS image and a simple application that runs in the Emulator.

See Also

Tutorial Step 7: Running the Application in the Emulator on the Custom OS Image | Tutorial: Using Platform Builder with the Emulator | Platform Builder Tutorials | Software Development Kit Customization

 Last updated on Wednesday, April 14, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.