Creating a New Project for Converting to IPv4/IPv6 (Windows Embedded CE 6.0)

1/6/2010

You will use this same procedure to create both a server and a client project. For the appropriate code sample to use, see IPv4-only Source Code Examples.

To create a new project

  1. From the Project menu, select Add New Subproject.
    The Windows Embedded CE Subproject Wizard appears.
  2. Perform the following steps:
    1. Choose WCE Console Application.
    2. For subproject name, type SimpleClient or SimpleServer, depending on the OS design for which you are creating the project.
    3. Leave the default location for the project, and click Next.
      Platform Builder stores the project in a directory immediately subordinate to your OS design directory. For example, %_WINCEROOT%\OSDesigns\<OS design name>\<Project name>.
    4. Choose An empty subproject, and then click Finish.
      When project creation is complete, the project appears in the Subprojects node in the Solution Explorer window.

See Also

Tasks

How to Convert an Application from IPv4 to IPv4/IPv6