Minor bug and a question

Jason Tishler jt@boxhill.com
Tue Feb 11 05:54:00 GMT 1997


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".



More information about the Cygwin mailing list