Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/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 GetProcAddressto get around an implicit link limitation 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