Slashdot Mirror


User: rs32

rs32's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:How to prevent DLL Hell on Microsoft Invents Symbolic Links · · Score: 1

    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.