The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Windows Projects => Topic started by: ToutEnMasm on July 22, 2011, 06:22:55 AM

Title: Extract Objects from a library
Post by: ToutEnMasm on July 22, 2011, 06:22:55 AM
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

Title: Re: Extract Objects from a library
Post by: Vortex on July 22, 2011, 04:57:33 PM
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
Title: Re: Extract Objects from a library
Post by: ToutEnMasm on July 22, 2011, 05:37:03 PM

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