MS COFF import library to MASM \ POASM \ FASM include file converter
Version 2.0 by Vortex

Usage    : lib2inc libfile.lib [options]

Switches :

-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

Both of the macros EXTERNDEF and EXTRNDEF can be found in extrndef.inc

For any suggestions and bug reports, you can contact me at:

vortex_1@hotmail.com

Vortex, July 2006



	  