Freigeben über


Public DCOM OAK Directory (Windows CE 5.0)

Send Feedback

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

The OAK directory contains the following directories.

Directory Contents
Files Files used to build the run-time image, the initial directory structure, initialized databases, and the initialized registry.

This directory contains the files Dcom.bib and Dcom.reg.

Lib Libraries required to build DCOM 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.

To modify project-specific files, copy the files into your project tree and build the project; then, to correctly link with the appropriate library, update the sources file in the code.

Target Applications and DLLs that make up DCOM 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 DCOM components.

See Also

Public DCOM Directory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.