Share via


Replaceable ROM DLLs (Windows CE 5.0)

Send Feedback

A dynamic-link library (DLL) stored in the RAM file system can override its ROM equivalent, even if another module is implicitly linked to the ROM DLL. Applications that had previously used GetProcAddress to get around an implicit link limitation in previous versions of Windows CE can now implicitly link to any DLL. If you overwrite an implicitly linked ROM DLL with a RAM DLL, you may see exceptions related to the RAM DLL during debugging. The debugger was designed to include these exceptions; they will have no effect on your application's execution.

See Also

Loader

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.