Comment Re:How to prevent DLL Hell (Score 1) 712
The point of DLLs is that they are shared and not static libraries. If application [a] used qwerty.dll and is running then you fire up application [b], application [b] will use [a]'s version of the DLL.