ImpDef

Simple DEF file generator
Download

ImpDef Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Ladislav Nevery
  • Publisher web site:
  • http://www.codeproject.com/Members/Ladislav-Nevery
  • Operating Systems:
  • Windows All
  • File Size:
  • 2 KB

ImpDef Tags


ImpDef Description

The ImpDef application was developed to be a small command line tool that will allow you to generate import lib to dll files.To generate import library Microsoft provides us with tool lib.exe that takes so called DEF file and generates import library for specified dll. DEF file is simple text file usually formatted like thisLIBRARY msvcrt.dll EXPORTS someexport1 someexport2 Now the problem is that Microsoft doesn't provide any tool to generate DEF file from DLL files.Microsoft support page mentions that you can use DUMPBIN / EXPORTS dll to get textual list of exports but it generates weird format that is not compatible with DEF And manually creating DEF file with tousands of imports is often tedious process for big dlls.


ImpDef Related Software