OverWhelmed -- Which Program Uses What?

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
david
Posts: 3
Joined: 30 Dec 2009, 00:00

OverWhelmed -- Which Program Uses What?

Post by 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?

dadioh
Posts: 13
Joined: 08 Apr 2009, 23:00

Re: OverWhelmed -- Which Program Uses What?

Post by dadioh »

David wrote:
> 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

david
Posts: 3
Joined: 30 Dec 2009, 00:00

Re: OverWhelmed -- Which Program Uses What?

Post by david »

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.

"dadiOH" <dadiOH@invalid.com> wrote in message
news:%23EhnYiXiKHA.2132@TK2MSFTNGP05.phx.gbl...
> David wrote:
>> 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
>
>
>

Post Reply