Board index » Visual Studio » dump dll

dump dll

Visual Studio2
Hi,



I would like to ask, what tool should I use to find out what functions are

exported by a dll. In older versions of VC++ such an utility was included in

tools as I remmeber.



Thanks,



Lubomir


-
 

Re:dump dll

Hi Lubomir!



Quote
I would like to ask, what tool should I use to find out what functions are

exported by a dll. In older versions of VC++ such an utility was included in

tools as I remmeber.



If you have installed it, it is in

C:\Programme\Microsoft Visual Studio .NET 2003\Common7\Tools\Bin



But you can download it here:

www.dependencywalker.com/">www.dependencywalker.com/





--

Greetings

Jochen



My blog about Win32 and .NET

blog.kalmbachnet.de/">blog.kalmbachnet.de/

-