hmm, how does windows 'know' what dlls are installed?

abc

Diamond Member
Nov 26, 1999
3,116
0
0
or do each respective app know what dlls it's supposed to have, only....
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
I am under the impression that some kinds of DLLs are registered in the registry, while in some cases the application just searches for the DLL when it needs it, by default in the application folder, %WINDIR%\system32, and several other locations.
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
depends on the DLL. "plain" DLLs, the apps search for in certain directories like provianfan said. while COM based DLLs are referenced in the registry