Replaceable ROM DLLs (Windows Embedded CE 6.0)

1/6/2010

A 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 Embedded 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 have no effect on your application.

See Also

Concepts

Loader