As I recall, when Windows searches for a DLL, it checks each directive in the %PATH% environment variable.
My% PATH% environment variable has a list of paths that include c:\windows\system32 . I have a test application that depends on the DLL. I tried to put my DLL in every %PATH% entry. All entries seem to work except c:\windows\system32 .
What feature?
source share