| View previous topic :: View next topic |
| Author |
Message |
grahamo Guest
|
Posted: Tue Sep 27, 2005 10:01 am Post subject: nm for borland/windows |
|
|
Hi,
dunno if this is borland specific or a windows thang. On unix nm allows me to effectively lookup all the symbols defined in a library. Whats the equivalent tool for borland generated libs/dlls? I need to see exactly what symbols are defined in dll/lib X.
thanks much
Graham
|
|
| Back to top |
|
 |
Roel Schroeven Guest
|
Posted: Tue Sep 27, 2005 12:11 pm Post subject: Re: nm for borland/windows |
|
|
grahamo schreef:
| Quote: | Hi,
dunno if this is borland specific or a windows thang. On unix nm
allows me to effectively lookup all the symbols defined in a library.
Whats the equivalent tool for borland generated libs/dlls? I need to
see exactly what symbols are defined in dll/lib X.
|
tdump
--
If I have been able to see further, it was only because I stood
on the shoulders of giants. -- Isaac Newton
Roel Schroeven
|
|
| Back to top |
|
 |
grahamo Guest
|
Posted: Wed Oct 05, 2005 9:07 am Post subject: Re: nm for borland/windows |
|
|
thanks Peter.
GrahamO
"Peter Strömberg" <wilfried (AT) spamcop (DOT) net> wrote:
| Quote: | "grahamo" <grahamo (AT) blah (DOT) com> wrote in
news:43391877$1 (AT) newsgroups (DOT) borland.com:
Hi,
dunno if this is borland specific or a windows thang. On unix nm
allows me to effectively lookup all the symbols defined in a library.
Whats the equivalent tool for borland generated libs/dlls? I need to
see exactly what symbols are defined in dll/lib X.
tdump.exe
|
|
|
| Back to top |
|
 |
|