Loader

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The Windows Mobile loader loads modules, which are executables and DLLs, into virtual memory so that they can be executed by the OS.

Each module can have several flags associated with it in the Config.bib configuration file.

The following properties can be set for each module:

  • System file.
  • Hidden file.
  • Compress resources.
  • Compress everything.
  • Prevent a debugger from running.
  • Ignore the CPU type on a per-module basis.
  • Fix the DLL to run properly.

The following additional properties can be set for each module in Windows Mobile:

  • Mark a module as normal.

In This Section

Disabling Thread Library Calls

Replaceable ROM DLLs

Injecting a DLL into a Process Space

LoadDriver

See Also

Concepts

Kernel Overview