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
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
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