Apparently you don't understand how dll's work. They are *shared* libraries. That means that it's loaded into memory the first time it's needed by a program - then every other program that needs it references the already-loaded copy. It's listed multiple times by process explorer, because each program does not need to know that a
94 Replies
112,448 Views