Share via


Public Common SDK Directory (Windows Embedded CE 6.0)

1/5/2010

The SDK directory contains the following directories.

Directory Contents

Inc

Header files for SDK components.

Lib

Libraries required to build hardware platform-dependent Graphics, Windowing, and Events Subsystem (GWES) components and system components, such as Gwes.dll and Nk.exe, which are the hardware platform-dependent portion of the device drivers.

The libraries are in directories with the following formats:

  • Cpu\Debug
  • Cpu\Retail

An example is Sh4\Retail.

Do not include your libraries in this directory, except for driver libraries, because you have been supplied with the source code for the platform-independent portions.

If you rebuild hardware platform-independent portions of these drivers, the library that results is included in this directory.

Before you modify the hardware platform-independent portion of a driver that Microsoft supplies, copy the source code to your project and then build that project.

The project library should be in Public\Project\Oak\Lib.

To correctly link with the appropriate library, you must also modify the sources file in the code for a specific platform.

Samples

Sample applications.

See Also

Concepts

Public Common Directory