Dll redirection

Published Mon, Sep 27 2004 11:34 | girishb
I did not know about Dynamic Link Library redirection that has available from Win2k onwards. Its very cool. This basically allows you (the exe developer) to provide the dlls that your application will work with. Even if there are other versions available, because of the redirect, OS will load dlls from your cache rather than the main line. Isn't this cool? Oh, Read all about it on MSDN.

Comments

# girishb said on March 14, 2005 2:49 PM:

Isn't it cool that Unix/Linux never had the problem of dll-hell?