Results 1 to 13 of 13

Thread: Dll Hell ? What is it?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Bangalore
    Posts
    172

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Bangalore
    Posts
    172

    Re: Dll Hell ? What is it?

    Thank you


    Quote 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.

  4. #4

  5. #5
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Dll Hell ? What is it?

    Quote 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..



    - ØØ -

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Dll Hell ? What is it?

    Quote 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.

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.)

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Dll Hell ? What is it?

    MDX is used primarily in OLAP.

    Here is a reasonable explaination.

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Dll Hell ? What is it?

    Oh, nothing useful you mean.

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Dll Hell ? What is it?

    Quote 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..


    - ØØ -

  11. #11
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Dll Hell ? What is it?

    Quote 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..

  12. #12
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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."

  13. #13
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width