DLL hell
Also found in: Dictionary, Wikipedia.
DLL hell
Earlier conflicts with Windows DLLs when the wrong one was installed. DLLs are extensions to Windows that are shared with any application that requires them. Once a DLL is opened, all applications use that single instance. Microsoft always adds features to its DLLs, and in order for an application vendor to ensure that the latest DLL is available, it may install the latest DLL along with its application.
Installation Programs Must Be Smart
If an installation program checks version numbers and never replaces a newer DLL with an older one, there is usually no problem. However, if it replaces a more recent DLL with an older one, other applications that depended on the newer DLL may no longer work.
Improvements Were Made
When the DLL concept was developed, computers had little more than 4MB of RAM, and having two instances of the same DLL open at the same time was wasteful of precious memory. However, starting with Windows 2000 and XP, developers could install DLLs in their own application folders, mark them as "not" shared and use them exclusively. In addition, newer Windows versions ensure that shared DLLs are not replaced with older ones. See DLL.Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
References in periodicals archive
Microsoft .NET further diminishes DLL Hell. In the .NET environment, your executable will use the shared DLL with which it was built.
In addition to eradicating DLL Hell, .NET also removes the need for component-related registry settings.
Copyright © 2003-2025 Farlex, Inc
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.