1. Function Dump for DLLs
Does anyone know where to find a program that will dump the
function/procedure names in DLL files? MS used to have one, but I can't find
it on their website now, and a web search failed to turn it up.
2. Re: Function Dump for DLLs
On Wed, 5 Apr 2000 18:08:37 -0400, SR Williamson <sr.williamson at OSHA.GOV>
wrote:
>Does anyone know where to find a program that will dump the
>function/procedure names in DLL files? MS used to have one, but I can't
find
>it on their website now, and a web search failed to turn it up.
Go to Borland's web page and you will find a FREE download of
their BC++ 5 command-line compiler and tools which contains IMPLIB
for building import libraries and other compiler tools. If you just
want to view the names in the DLL, you can use Quick View that is
included on you windows CD. The file name is QUIKVIEW.EXE and it
appears in the context menu when you right click on a DLL if it's
installed.
Bernie