|
-
Feb 26th, 2006, 03:53 AM
#1
Thread Starter
Addicted Member
Dll Hell ? What is it?
hi all,
I want to know how .NET differ from Java in DLL Concept or registration.
Specially Dll hell concept...
If u guys have any good link for iit just let me know...
Thank you
-
Feb 26th, 2006, 04:22 AM
#2
Re: Dll Hell ? What is it?
DLL was when one application would install a DLL, then another application would overwrite it with its own version that broke the other application. The .NET Platform has been created with side-by-side execution in mind, so it is possible to have multiple versions of the same library if they are required by different apps. DLL hell was a COM thing. I can't say whether Java was affected or not, but .NET definitely isn't.
-
Feb 26th, 2006, 07:09 AM
#3
Thread Starter
Addicted Member
Re: Dll Hell ? What is it?
Thank you
 Originally Posted by jmcilhinney
DLL was when one application would install a DLL, then another application would overwrite it with its own version that broke the other application. The .NET Platform has been created with side-by-side execution in mind, so it is possible to have multiple versions of the same library if they are required by different apps. DLL hell was a COM thing. I can't say whether Java was affected or not, but .NET definitely isn't.
-
Feb 26th, 2006, 07:44 AM
#4
Re: Dll Hell ? What is it?
I ever came across DLL hell b4.
I always put it down to in-experienced developers.
Woka
-
Feb 26th, 2006, 08:45 AM
#5
Re: Dll Hell ? What is it?
 Originally Posted by Wokawidget
I ever came across DLL hell b4.
I always put it down to in-experienced developers.
Woka
It happend to all the first versions of MDX. MS couldn't figgure it out before 7-8 months had passed.. How ironicaly..
- ØØ -
-
Feb 27th, 2006, 08:45 AM
#6
Re: Dll Hell ? What is it?
 Originally Posted by CodeMaker
hi all,
I want to know how .NET differ from Java in DLL Concept or registration.
Specially Dll hell concept...
If u guys have any good link for iit just let me know...
Thank you
Here is an article on Dll Hell that I think you will find interesting.
-
Feb 27th, 2006, 10:45 AM
#7
Re: Dll Hell ? What is it?
What is MDX? How is it related to DLL Hell? (MDX, AFAIK, is a new drink from Mountain Dew that I've been obsessing over for 3 days now.)
-
Feb 27th, 2006, 10:53 AM
#8
Re: Dll Hell ? What is it?
MDX is used primarily in OLAP.
Here is a reasonable explaination.
-
Feb 27th, 2006, 11:01 AM
#9
Re: Dll Hell ? What is it?
Oh, nothing useful you mean.
-
Feb 27th, 2006, 11:19 AM
#10
Re: Dll Hell ? What is it?
 Originally Posted by Hack
MDX is used primarily in OLAP.
Here is a reasonable explaination.
Or it can be Managed DirectX.... I guess that, since after all it was me who talked about it.. I am only good for game and graphics programming after all..
- ØØ -
-
Feb 27th, 2006, 11:20 AM
#11
Re: Dll Hell ? What is it?
 Originally Posted by mendhak
What is MDX? How is it related to DLL Hell? (MDX, AFAIK, is a new drink from Mountain Dew that I've been obsessing over for 3 days now.)
From Mt Dew? But it is Pepsi who has Mt Dew. Hence MDX must be from Pepsi..
-
Feb 27th, 2006, 11:25 AM
#12
Re: Dll Hell ? What is it?
Yes, but you don't say "I'd like a bag of Pepsi Chips - Spicy." You say, "I want some Lays - Spicy."
-
Feb 27th, 2006, 11:41 AM
#13
Re: Dll Hell ? What is it?
And I want less chit chat - tangy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|