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
- From the Project menu, select Add New Subproject.
The Windows Embedded CE Subproject Wizard appears. - Perform the following steps:
- Choose WCE Console Application.
- For subproject name, type SimpleClient or SimpleServer, depending on the OS design for which you are creating the project.
- 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>. - 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.