Share via


Public DirectX OAK Directory (Windows Embedded CE 6.0)

1/5/2010

The OAK directory contains component files, such as development tools.

The OAK directory contains the following directories.

Directory Contents

Files

Files that provide support for multimedia components and applications.

Inc

Header files for multimedia components.

Lib

Libraries required to build DirectX components.

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.

Samples

Sample applications.

Target

Applications and DLLs that make up DirectX components.

The .dll and .exe files, with their associated .pdb and .map files, are in directories with the following formats:

  • Cpu\Debug
    An example is Sh4\Debug.
  • Cpu\Retail
    An example is Sh4\Retail.

Do not store custom components in this directory. It is only for DirectX components.

See Also

Concepts

Public DirectX Directory