Page 1 of 1

Functions in a DLL

Posted: Sat Apr 23, 2005 10:42 am
by rich_m
How do I find the functions present in a DLL?

Re:Functions in a DLL

Posted: Sat Apr 23, 2005 4:33 pm
by Warrior
IIRC there is some sort of scanner.

Re:Functions in a DLL

Posted: Sat Apr 23, 2005 5:32 pm
by AR
C:\Program Files\Microsoft Visual Studio\COMMON\Tools\DEPENDS.EXE
As part of Visual Studio 6, you will need to be more specific about what you want though.

Re:Functions in a DLL

Posted: Sat Apr 23, 2005 7:50 pm
by rich_m
are there any programs available that can give me this info? I have heard of DUMPBIN.EXE (not used it though) is there anything else that I can use to get this DLL info from within another app?

Re:Functions in a DLL

Posted: Sat Apr 23, 2005 8:17 pm
by AR
An idea about why you want this information will help with suggesting solutions, it's hard to guess what you want without knowing the problem.

Re:Functions in a DLL

Posted: Mon Apr 25, 2005 3:12 pm
by rich_m
a friend of mine wanted this info. He just wanted to know if it was possible.