Re: A lesson on why Windows dominates computing...
- From: "Edwin" <thorne25@xxxxxxxx>
- Date: 8 Aug 2005 08:52:35 -0700
nobiscuit wrote:
> >> >It also shows that DLLs are a powerful and useful system asset, not
> >> >simply the "DLL Hell" of Maccies' imaginations.
>
> >> DLLs do have their advantages. Ease of deployment is not one of them.
> >> I know from experience. I used to be the install guy for the Windows
> >> development shop where I work. It doesn't help that dlls provided by
> >> Microsoft that are supposed to be backwards compatible sometimes
> >> aren't. This makes them difficult to update them without hosing the
> >> system. Heck, even Microsoft has acknowledged that dll hell exists:
>
> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndo...
>
>
> >For some reason you overlooked that solutions to the problem are there,
> >not just an acknowledgement of it.
> >
> >Those solutions have been deployed for a long time too.
>
> My point was that dll hell is not imaginary.
It was not imaginary. It no longer exists, except for people who are
behind the times.
> It is true that .Net deployment is supposed to avoid dll hell. That is
> assuming a program runs purely in .Net. I haven't seen a .Net app
> deployed to a wide user base yet so I can't speak to that. I hope that
> it does. However, the problem of dll hell remains when deploying COM
> objects.
>
> Unfortunately, COM isn't going away any time soon. There is way to
> much legacy stuff running around. That's the reason .Net and COM can
> interoperate.
..Net isn't the only solution. The easiest way out of DLL Hell is to
use path assignments for DLLs specific to an appliction. They go into
the applications' folder instead of into the System Folder, so there's
no conflict between different versions of System DLLs.
.
- Follow-Ups:
- Re: A lesson on why Windows dominates computing...
- From: Robbie the Robot
- Re: A lesson on why Windows dominates computing...
- From: nobiscuit
- Re: A lesson on why Windows dominates computing...
- References:
- A lesson on why Windows dominates computing...
- From: Edwin
- Re: A lesson on why Windows dominates computing...
- From: nobiscuit
- Re: A lesson on why Windows dominates computing...
- From: Edwin
- Re: A lesson on why Windows dominates computing...
- From: nobiscuit
- A lesson on why Windows dominates computing...
- Prev by Date: Re: A lesson on why Windows dominates computing...
- Next by Date: Re: Prior to 1995
- Previous by thread: Re: A lesson on why Windows dominates computing...
- Next by thread: Re: A lesson on why Windows dominates computing...
- Index(es):
Relevant Pages
|