=====================================
DLL to Lib - Version 1.4
=====================================
File: HISTORY.TXT

Version 1.4 - Aug. 7th, 2002
==================================
+ Full support to Component Object Model(COM) based DLLs.
+ Add sample7, a tutorial for COM-based DLLs.

Version 1.25 - Apr. 18th, 2002
==================================
+ Support command line parameters.
!! Fix some minor errors.

Version 1.2 - Feb. 19th, 2002
==================================
+  Perform cross check between the DLL's import libs and the generated static lib so to eliminate the potential inconsistent.
+  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.
+  Add more functions to manipulate the conversion logs, such as copy and find words in it.
!! Fix the problem in processing the weak external symbols.
!! Fix the problem of setting incorrect hint value when processing forward exports.

Version 1.1 - Oct. 15th, 2001
==================================
+  Support to convert DLLs that use compiler implement of TLS(the old version only support to convert those using the API implement of TLS)
+  Add one more sample(Sample Six) to demostrate converting a DLL which uses compiler implement of TLS.
!! Fix the problem in processing DLLs with incorrect address references

Version 1.02 - Oct. 1st,  2001
==================================
+  Add one more sample(Sample Five)
!! Fix access violation on some NT systems.
!! Fix some minor errors in the program and the documents

Version 1.0(First release) - Sep. 15th,  2001 
==================================
- Convert DLL file to 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 recontructed from the 
  DLL to make a valid and portable static library. 
 
- Can convert all 32-bit DLLs developed by different tools.

- Integrate "Import Library Reference Information Generator" to process the reference to 
  standard libraries.

- Integrate "Symbol Finder" for you to find the detail information about a special symbol or a
  class of symbols.
  
=================================================================================

Copyright 2001,2002 Binary Soft Inc., All rights reserved.
hompage: http://www.binary-soft.com
Support E-mail: support@binary-soft.com
download the newest version: http://www.binary-soft.com/dll2lib/d2l.exe
buy DLL to Lib: http://shareit1.element5.com/product.html?productid=154785&currencies=all  
