Dynamic Libraries
.dll on Windows.
When attempting to locate a DLL, Windows will use the following search order:
The directory from which the application loaded.
The system directory
C:\Windows\System32for 64-bit systems.The 16-bit system directory
C:\Windows\System(not supported on 64-bit systems)The Windows directory.
Any directories that are listed in the PATH environment variable.
Last updated