Skip to content

A .NET command-line app that produces an import library (.lib) from a target dynamic link library (.dll).

License

Notifications You must be signed in to change notification settings

peterdn/dll2lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dll2lib

Summary

Produces an import library (.lib) from a target dynamic link library (.dll).

Requires dumpbin.exe and lib.exe in %PATH%. Easiest to run from the Visual Studio tools command prompt.

Usage

For ease of use, a pre-built binary is provided in dll2lib\bin\Release, however feel free to build your own.

dll2lib.exe <options> <dll>

Options:

    /NOCLEAN        don't delete intermediate files

The import library file is output to the same directory as the target dll.

Building

Open in Visual Studio 2012+ and hit build, or build from Visual Studio tools command prompt:

msbuild /p:Configuration=Release

About

A .NET command-line app that produces an import library (.lib) from a target dynamic link library (.dll).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages