flat assembler
Message board for the users of flat assembler.

Index > Windows > Import library to include file converter

Author
Thread Post new topic Reply to topic
Vortex



Joined: 17 Jun 2003
Posts: 318
Vortex 02 Aug 2006, 20:53
Here is my MS COFF import library to include file converter lib2inc V2.0 now supporting Fasm.

Usage : lib2inc libfile.lib [options]

Switches :

Code:
-s       : set global calling convention to STDCALL for MASM \ POASM

           MessageBoxA PROTO STDCALL :DWORD,:DWORD,:DWORD,:DWORD

-fd      : output EXTERNDEFs for Fasm - direct calls
           lib2inc outputs include files enabling direct function calls

           EXTERNDEF '_MessageBoxA@16',MessageBox

-fi      : output EXTERNDEFs for Fasm - indirect calls
           lib2inc outputs include files enabling indirect function calls

           EXTRNDEF '__imp__MessageBoxA@16',MessageBox    


If the user doesn't specify any optinonal parameter then the tool emits standard include files for Masm.


Description:
Download
Filename: lib2inc20.zip
Filesize: 36.28 KB
Downloaded: 268 Time(s)


_________________
Code it... That's all...
Post 02 Aug 2006, 20:53
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.