Functions in a DLL

Programming, for all ages and all languages.
Post Reply
rich_m

Functions in a DLL

Post by rich_m »

How do I find the functions present in a DLL?
Warrior

Re:Functions in a DLL

Post by Warrior »

IIRC there is some sort of scanner.
AR

Re:Functions in a DLL

Post 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.
rich_m

Re:Functions in a DLL

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

Re:Functions in a DLL

Post 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.
rich_m

Re:Functions in a DLL

Post by rich_m »

a friend of mine wanted this info. He just wanted to know if it was possible.
Post Reply