原版下载地址: http://www.binary-soft.com/dll2lib/d2l.exe
功能介绍.
Convert DLL file into its equivalent static library. In the conversion process, a programming interface identical to the export functions in the DLL is introduced for developers. And the necessary symbol tables, string tables and reference tables are also reconstructed from the DLL to make a valid and portable static library.
Support to convert all 32-bit DLLs developed by different tools, including Component Object Model(COM) based DLLs.
Integrate "Import Library Reference Information Generator" to process the references to standard libraries.
Integrate "Symbol Finder" for you to find the detail information about a special symbol or a class of symbols.
Support to convert DLLs that use compiler and API implements of TLS.
Perform cross check between the DLL's import lib and the generated static lib so to eliminate the potential inconsistency.
Check the COMDAT symbols in the import libs when generating the static lib.
Support to load and save the conversion settings as a project file.
Support command line parameters.
Version 2.00
==================================
+ Completely rewrite the conversion engine.
+ Support to find unresolved symbols automatically.
+ Support to add prefix to the generated symbols.
+ Improve the compatibility.
!! Fix the problem in processing the base relocation table.
!! Fix some minor errors.
在网站主页的工具栏里面有1.4版本的..
http://www.pediy.com/tools/Editors/Dll2lib/dll2lib.rar
DLL to Lib is a magical tool which can convert a DLL file
into its equivalent static library file. After that, you can
replace the original DLL with the static library file, rebuild
your application, and distribute it without the DLL!
INSTALLATION NOTES:
Just unpack and use it.
Enjoy this fine release from binary-soft :).