Including Dynamic Link Library * dll Files
When a DLL is loaded the DLL in this Static Linking list are also loaded with it. Their code can be shared across multiple executables and in return save system resources. To check and see what DLL is made up of, you can [...]