Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Jul : Identifying what DLLs a given DLL links to?
| Subject: | Identifying what DLLs a given DLL links to? |
| Posted by: | "Nicholas Sherlock" (n_sherlo..@hotmail.com) |
| Date: | Sat, 2 Jul 2005 13:14:54 +1200 |
Hey all,
I'm making a tool to edit and explore the resources on particular DLLs
(Being mainly used as a resource dump for the parent program, with a
little code. I didn't make the DLLs and have no access to their code),
and I need to - at runtime - be able to identify which DLLs the DLL
statically links to. Is this possible? I can't LoadLibrary() the DLL, as
it expects to be loaded from the parent application, so has all kind of
wacky dependencies.
Cheers,
Nicholas Sherlock