LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   is there an equivelent to "nm" in Windows? (https://www.linuxquestions.org/questions/general-10/is-there-an-equivelent-to-nm-in-windows-24976/)

BrianK 07-03-2002 03:56 PM

is there an equivelent to "nm" in Windows?
 
I'm trying to do some windows stuff (blech) and I need to see what symbols are defined in a few libraries. Is there an equivilent to "nm" in windows that will list the symbols in a lib file?

..maybe there is a more appropriate forum if no one knows?

edit: sorry, windows 2000 pro is the OS

Mik 07-04-2002 10:19 AM

Well if you've got visual studio installed there should be a utility called dumpbin. You can dump information from a binary file with that.

You could do something like:
dumpbin /symbols library.lib

Just plain dumpbin will show you which options you can pass to it.


All times are GMT -5. The time now is 04:51 PM.