Share via


Adding a Custom Transport Layer to an Exported SDK (Windows CE 5.0)

Before you can add a custom transport layer to an exported SDK, you must create and configure the SDK using the SDK Wizard. For more information, see Configuring an SDK.

To add a custom transport layer to an exported SDK

  1. From the Platform menu, choose SDK and then choose Configure SDK.

    The SDK Settings dialog box appears.

  2. Choose the Transports tab.

  3. Choose Add.

  4. In the Name box, type a name for the transport.

  5. In the Host-side file box, type the path of the dynamic-link library (.dll) file for the host-side part of the transport.

    - or -

    Choose the Browse button, select the .dll file for the host-side part of the transport, and then choose Open.

    Platform Builder loads the globally unique identifier (GUID) associated with the transport DLL.

    Do not modify this GUID.

  6. In the Target-side files box, select an entry for a CPU, and then choose the Browse button.

  7. Select the .dll file for the device-side part of the transport that is appropriate for the CPU and then choose Open.

  8. For each CPU that your SDK supports, repeat the previous two steps.

  9. Choose OK to add the transport to the Available transports list.

    You can then select a default transport for your OS design.

  10. Choose OK to save your changes and close the SDK Settings dialog box.

See Also

Custom Transport Layer Additions to an SDK | SDK Development

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.