Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#136551 - 23/01/2003 11:20 Finding Program Dependencies
JeffS
carpal tunnel

Registered: 14/01/2002
Posts: 2858
Loc: Atlanta, GA
Is there a quick way to find a program's dependencies on Win2K? I had a program requiring a dll it shouldn't have been; I fixed the rouge code but I want to make sure it's clean now.
_________________________
-Jeff
Rome did not create a great empire by having meetings; they did it by killing all those who opposed them.

Top
#136552 - 23/01/2003 11:26 Re: Finding Program Dependencies [Re: JeffS]
Chimaera
enthusiast

Registered: 10/09/2002
Posts: 285
Loc: DFW Area, Texas, US
My install of MSVC++6 on Win2K has a tool called depends, which is a dependancy walker, and should do what you want.

If you don't have that tool with the SW you are using then I guess you need to search for a dependancy walker on the net.
_________________________
Mark. [blue]MKI, MKII & MKIIa, all Blue, and all Mine![/blue]

Top
#136553 - 23/01/2003 11:33 Re: Finding Program Dependencies [Re: Chimaera]
JeffS
carpal tunnel

Registered: 14/01/2002
Posts: 2858
Loc: Atlanta, GA
Ugh. I'm working in Delphi and don't have Visual Studio installed. I was hoping Win2K had something available like Linux does.
_________________________
-Jeff
Rome did not create a great empire by having meetings; they did it by killing all those who opposed them.

Top
#136554 - 23/01/2003 11:36 Re: Finding Program Dependencies [Re: JeffS]
Chimaera
enthusiast

Registered: 10/09/2002
Posts: 285
Loc: DFW Area, Texas, US
Google revealed this, it appears to be the same one as bundled with my MS install

edited as I cannot spell


Edited by Chimaera (23/01/2003 11:37)
_________________________
Mark. [blue]MKI, MKII & MKIIa, all Blue, and all Mine![/blue]

Top
#136555 - 23/01/2003 11:36 Re: Finding Program Dependencies [Re: Chimaera]
JeffS
carpal tunnel

Registered: 14/01/2002
Posts: 2858
Loc: Atlanta, GA
A search for "dependency walker" proved to be the trick.

Thanks!

Edit: As you so noted before I finished my post!


Edited by FerretBoy (23/01/2003 11:43)
_________________________
-Jeff
Rome did not create a great empire by having meetings; they did it by killing all those who opposed them.

Top
#136556 - 23/01/2003 11:45 Re: Finding Program Dependencies [Re: Chimaera]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3583
Loc: Columbus, OH
My install of MSVC++6 on Win2K has a tool called depends

Is that for program dependencies or program incontinency?
_________________________
~ John

Top
#136557 - 23/01/2003 11:49 Re: Finding Program Dependencies [Re: JBjorgen]
JeffS
carpal tunnel

Registered: 14/01/2002
Posts: 2858
Loc: Atlanta, GA
Hey, it's better than Wndbg which is pronounced (at least by me) "Wind Bag"!
_________________________
-Jeff
Rome did not create a great empire by having meetings; they did it by killing all those who opposed them.

Top
#136558 - 23/01/2003 11:54 Re: Finding Program Dependencies [Re: JBjorgen]
Chimaera
enthusiast

Registered: 10/09/2002
Posts: 285
Loc: DFW Area, Texas, US
No idea, I am a unix bod, just just remember seeing one of our Windows guys use it, and thought it traced DLLs, I tried it briefly with a random exe, and it looked like it did what Jeff wanted.

Of course you could be sugesting that my programming is comparable to an unrestrained natural evacuation, in which case I want to know who you are in our testing team
_________________________
Mark. [blue]MKI, MKII & MKIIa, all Blue, and all Mine![/blue]

Top