"j" <> wrote in message
news:m-idnWq5caFMqyXeRVn-...
> Hi Plato,
>
> I consider this a good point. If the software was written with poor
> quality
> assurance the new dll might get hosed as you indicate.
>
Common DLL(s) used by various applications are not shoddy. The only thing
that can happen is an older version of a common DLL could be installed by
some 3rd party application that broke other applications that were using a
specific function in that common DLL that is no longer there or is there but
doesn't have the right interface other applications expect to interface with
that DLL.
3rd party software vendors who make DLL(s) that have specific functions for
an application they have developed are not going to be making DLL(s) that
break other applications only that application it works with.
Duane