OverWhelmed -- Which Program Uses What?

  • Thread starter Thread starter David
  • Start date Start date
D

David

I can code all day long and make dll's when required.

Yet I have never been able to understand how to get a list of what program
uses what when it is installed in the OS (XP).

Is there anyway to get a listing of what program uses which DLL's and which
registry entry is associated with which program AFTER INSTALLING?
 
David said:
I can code all day long and make dll's when required.

Yet I have never been able to understand how to get a list of what
program uses what when it is installed in the OS (XP).

Is there anyway to get a listing of what program uses which DLL's and
which registry entry is associated with which program AFTER
INSTALLING?

Dependency Walker will give you the dependencies for a particular program
but not programs en masse.

--

dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
 
dadiOH

Thanks for responding. Familiar with dependency walker.
Looking for en masse. For new installs been trying to use
the old RegMon and FileMon, but old programs big headache
without lot work.
 
Back
Top