News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Extract Objects from a library

Started by ToutEnMasm, July 22, 2011, 06:22:55 AM

Previous topic - Next topic

ToutEnMasm

Hello,

This tool create the text of a batch who extract the objects from a
library.The text is written in the notepad.
Use dumpbin /ALL (c++ express) on the library.
The batch use LIB to extract the objects.

Arguments are passed by parameters in the command line
First Argument is the name of the library
Second Argument is the name of the dumpbin (c++) file of the library

sample:
Extract_obj.exe libcmtd.lib libcmtd_lib.txt


Vortex

Hi ToutEnMasm,

Did you check Pelle's library manager Polib providing an option to extract library members?

POLIB [ { option | file | @commandfile } ... ]

Options:

/EXPLODE           Create object files for all members

ToutEnMasm


QuoteDid you check Pelle's library manager Polib providing an option to extract library members?
answer is not.
I must recognize that the /LIST and /EXPLODE option are very usefull