From: jt@boxhill.com (Jason Tishler)
Subject: Re: Minor bug and a question
11 Feb 1997 15:50:45 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <33007980.52C4.cygnus.gnu-win32@boxhill.com>
References: <199702101642.KAA22311@mushroom.pswtech.com>
Reply-To: jt@boxhill.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (WinNT; I)
Original-To: cowan@pswtech.com
Original-CC: gnu-win32 <gnu-win32@cygnus.com>
Original-Sender: owner-gnu-win32@cygnus.com

Chris Cowan wrote:
> I am wondering how one goes about listing the exported symbol table of
> a *.dll?   I tried using nm with no success.    Does Mircosoft ship a
> comparable utility to nm?

The comparable utility is dumpbin.  You can use

    dumpbin -exports DllFile

to list DllFile's exported symbols.

Jason

-- 
Jason Tishler                        Phone: +1 (212) 989-4455 ext. 120
Box Hill Systems Corporation         Fax:   +1 (212) 989-6817
161 Avenue of the Americas           Email: jt@boxhill.com
New York, NY 10013 USA               WWW:   http://www.boxhill.com
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
