← Back to Users
rs32's activity in the archive.
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.
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.