Thread: DLL question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default DLL question

PEDUMP:
http://msdn.microsoft.com/msdnmag/issues/02/03/PE2/

although it isn't about examing DLL's it is pertinent.
see the links on that page.

Here is a link from another page to it (2005 time frame).

Also do a google search on PEDUMP and the author Matt Pietrek.

http://www.google.com/search?hl=en&s...EDUMP+&spell=1

--
Regards,
Tom Ogilvy


"Perico" wrote:

I came across a zip.DLL on the web. Is there a way to determine what
properties, methods and events one can use with a DLL in the absence of
documentation?