News:

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

Import library to MASM include file converter

Started by Vortex, August 07, 2005, 12:15:30 PM

Previous topic - Next topic

Vortex


Timbo

Vortex,

Thanks for this tool.  I use it (and have used it for some time now) in all of my library projects (some of which are written in C) to automatically construct my includes for use with MASM.  Very useful.

Regards,

Tim

Vortex


Vortex

Version 2.2 supporting Solar Assembler.

An example :

lib2inc kernel32.lib -so

extern ActivateActCtx alias _ActivateActCtx@8
extern AddAtom alias _AddAtomA@4
extern AddAtomW alias _AddAtomW@4
extern AddConsoleAlias alias _AddConsoleAliasA@12
.
.
.


The zip file includes a SolAsm COFF example linked with Pelle's linker Polink.

http://vortex.masmcode.com/files/lib2inc22.zip