Freigeben über


Public Common SDK Directory (Windows CE 5.0)

Send Feedback

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.exe 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

Public Common Directory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.