exe's and dll's

Man of Honour
Man of Honour
Joined
3 May 2004
Posts
17,718
Location
Kapitalist Republik of Surrey
Is there a utility out there that can tell me what dll's are used when I run a particular .exe file?

I'm getting a ActiveX runtime error because I've substituted an older exe file but not the older .dll files that it needs. Just want to try a bit of copying the old ones in to see if it works.
 
Procexp didn't quite give me what I was looking for but there is a utility called Dependency Walker. Kinda gave me waaaaay to much info though so I think it's unlikely that I'll get this working. Was hoping there would eb some application specific DLL's but it looks like it uses some of the MS ones. I get a runtime error 429 so I think it might be getting mixed up in sql server.
 
Actually tell a lie, procexp was great because I forgot you could get it to display the dll's in the lower pane :cool:
 
Back
Top Bottom