.dll on Windows.
.dll
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\System32 for 64-bit systems.
C:\Windows\System32
The 16-bit system directory C:\Windows\System (not supported on 64-bit systems)
C:\Windows\System
The Windows directory.
Any directories that are listed in the PATH environment variable.
Last updated 2 years ago