Hi friends,
Here is my tool def2lib converting module definition files to MS COFF import libraries. The tool can emit libraries with undecorated function names :
All exported symbols should be enclosed between dobule quotes :
"_keybd_event@16"
"_mouse_event@20"
"wsprintfA"
"wsprintfW"
"_wvsprintfA@12"
http://vortex.masmcode.com/files/def2lib10.zip
Here is my tool def2lib converting module definition files to MS COFF import libraries. The tool can emit libraries with undecorated function names :
Module definition file to MS COFF import library converter
Type II - Version 1.0 by Vortex
Usage : def2lib deffile.def
Optional : -nod no decoration in exported symbols
All exported symbols should be enclosed between dobule quotes :
"_keybd_event@16"
"_mouse_event@20"
"wsprintfA"
"wsprintfW"
"_wvsprintfA@12"
http://vortex.masmcode.com/files/def2lib10.zip