www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - listing contents of dll & lib

↑ ↓ ← Jean-Pierre H. Dumas <dumas.jeanpierre free.fr> writes:
How do I list the content of a .dll and .lib using the DM tools?
(for DM & Watcom & MS & ... generated files)
(funcs & data)

libunres -l -p -d -e file.lib
gives a lot, but it seems to include the things that are called too...

libunres -p -d file.lib
Seems more reasonable,
but it does not work for dll.

Sorry for an other dumb question.

TIA

Jean-Pierre Dumas
Jan 27 2002
↑ ↓ → "Walter" <walter digitalmars.com> writes:
You can use "dumpexe" on DLLs. libunres works fine for libraries.  -Walter


"Jean-Pierre H. Dumas" <dumas.jeanpierre free.fr> wrote in message
news:1103_1012137338 jeanpierre...
 How do I list the content of a .dll and .lib using the DM tools?
 (for DM & Watcom & MS & ... generated files)
 (funcs & data)

 libunres -l -p -d -e file.lib
 gives a lot, but it seems to include the things that are called too...

 libunres -p -d file.lib
 Seems more reasonable,
 but it does not work for dll.

 Sorry for an other dumb question.

 TIA

 Jean-Pierre Dumas

Jan 27 2002