
Extremely Active Member
     
Group: Moderators
Posts: 140
Member No.: 8
Joined: 13-May 04

|
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 :
| CODE | Module definition file to MS COFF import library converter Type II - Version 1.0 by Vortex
Usage : def2lib deffile.def [optional] Optional : -nod no decoration in exported symbols
|
All exported symbols should be enclosed between dobule quotes :
| CODE | "_keybd_event@16" "_mouse_event@20" "wsprintfA" "wsprintfW" "_wvsprintfA@12"
|
|