1
Reply

What is DLL hell problem?

    DLL hell is a problem which occurs when a shared library accessed by multiple applications. In this case, changes in shared library makes one application works fine and brakes working of remaining applications. This called DLL hell problem.