c++ - listing contents of dll & lib
- Jean-Pierre H. Dumas <dumas.jeanpierre free.fr> Jan 27 2002
- "Walter" <walter digitalmars.com> Jan 27 2002
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
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








"Walter" <walter digitalmars.com>