News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Module definition file to MS COFF import library converter

Started by Vortex, March 10, 2013, 08:35:44 PM

Previous topic - Next topic

Vortex

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

Gunther

You have to know the facts before you can distort them.

Vortex

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.


dedndave

very nice, Erol
many thanks for this and all your great tools   :t

Gunther

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
You have to know the facts before you can distort them.

jj2007