How To Load Dynamic-Link Libraries Into Process Slot 1 (322223)
The information in this article applies to:
- Microsoft Windows CE .NET Operating System
This article was previously published under Q322223 SUMMARY
The Windows CE .NET operating system introduces a new feature to reduce the burden of execute in place (XIP) dynamic-link libraries (DLLs) on the 32-MB virtual address space.
In earlier versions, all XIP DLLs have address regions permanently reserved in every process address space (slot). These reserved regions cannot be used for OS managed heap memory or for other DLLs. Because processes never use all ROM DLLs, this unnecessarily consumes valuable address space in every process slot.
With Windows CE .NET, you can load XIP DLLs into process slot 1 and access them from any other process slot. The result is that each process has an additional 32-MB XIP region, and the standard 32 MB process space is free for use by heap and RAM-loaded modules.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB322223 |
---|
|