|
From: Tor L. <tm...@ik...> - 2006-06-19 08:54:34
|
Lis writes: > This is called dynamic linking. Well, if you with "this" mean loading every DLL in the folder where the application's exe is (which is what the original poster asked about), that is certainly not what I would call normal in dynamic linking. Either the application in question really *is* built to require those DLLs, or it contains code to explicitly enumerate the folder contents and load any it finds there. Without more information, it really is hard to say. --tml |