ANN: ICARUS version 1.4.4.1 - Uses List Analyzer for Delphi (freeware)

From: Peganza (info_at_peganza.com)
Date: 11/29/03


Date: Sat, 29 Nov 2003 19:36:44 +0100

ANN: Icarus 1.4.4.1 - Uses List Analyzer for Delphi (freeware)

ICARUS - USES LIST ANALYZER FOR DELPHI
Find unnecessary units in Delphi uses lists
-----------------------------------------------

Peganza Software has released version 1.4.4.1 of Icarus - Uses List Analyzer
for Delphi, a free Windows program that helps Delphi and Borland Pascal
developers remove unnecessary units in uses lists.

Removing unneeded units from the uses lists gives many benefits, including
the following:

- Unused code is not linked in. The Delphi linker removes unused code, but
code in initialization and finalization sections remains
- Removes dependencies on other units, and makes the intent of your code
clearer
- Smaller executable modules (EXE, DLL, BPL)

Icarus can also tell which units that can be moved from the interface to the
implementation uses list.

Version 1.4.4.1 fixes some minor errors in version 1.4.4.

Go to Peganza's web site http://www.peganza.com to download the free
program.

This product is a small subset of Pascal Analyzer, our quality assurance
product featuring 35 reports that help you measure, check and document your
Delphi or Borland Pascal source code. A free evaluation version of Pascal
Analyzer is available at our web site http://www.peganza.com.

If you want more information, send an email to info@peganza.com!

Peganza Software



Relevant Pages