The MASM Forum

General => The Workshop => Topic started by: Vortex on March 10, 2013, 08:35:44 PM

Title: Module definition file to MS COFF import library converter
Post by: Vortex on March 10, 2013, 08:35:44 PM
Version 1.2 :

- Corrected timestamps in the IMAGE_ARCHIVE_MEMBER_HEADER and IMPORT_OBJECT_HEADER structures.

- Added the option -e to support archive member names with the .exe extension ( ntvdm.exe )

The zip archive contains Masm,JWasm,Poasm and SolAsm examples linked with MS Link,Polink and JWlink. All the sample projects are using import libraries built with def2lib

Many thanks to dedndave,Japheth and nidud for the tests,suggestions and bug reports.

http://vortex.masmcode.com/files/def2lib12.zip
Title: Re: Module definition file to MS COFF import library converter
Post by: Gunther on March 10, 2013, 09:20:47 PM
Hi Erol,

rock solid work. Thank you. :t :t :t

Gunther
Title: Re: Module definition file to MS COFF import library converter
Post by: Vortex on March 10, 2013, 09:34:16 PM
Hi Gunther,

Thanks for your kind words. I know, I am late to release V1.2 as the issues were reported long time ago.

I should probably code a dll2def tool to create module definition files listing non-decorated symbols. Those .def files would support other library managers too.

Title: Re: Module definition file to MS COFF import library converter
Post by: dedndave on March 10, 2013, 09:39:12 PM
very nice, Erol
many thanks for this and all your great tools   :t
Title: Re: Module definition file to MS COFF import library converter
Post by: Gunther on March 10, 2013, 10:44:44 PM
Hi Erol,

Quote from: Vortex on March 10, 2013, 09:34:16 PM
I know, I am late to release V1.2 as the issues were reported long time ago.

I should probably code a dll2def tool to create module definition files listing non-decorated symbols. Those .def files would support other library managers too.

we're all volunteers. Things are finished, if they are finished. Go forward in writing good and helpful software.

Gunther
Title: Re: Module definition file to MS COFF import library converter
Post by: jj2007 on March 11, 2013, 03:51:10 AM
Erol,

You are doing a great job, thanks a lot :t