Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

methods or functions in dll files

Status
Not open for further replies.

ShowLine

Programmer
Aug 3, 2001
14
NL
Hi,

OS: w2k advanced server

I want to see which other files depends on "name.dll" and which funtions or methods they use from that dll.
=> dll's are compiled

Does someone know How I can findout wich dll's and which functions are called from another dll.

Actualy I was thinking about:

x:\grep "functionname" *

or

x:\grep "name.dll" *

Or are there any tools?

Thanx,
S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top