ANN: Icarus 1.4.9.3 - Uses List Analyzer for Delphi (freeware)
From: Peganza (info_at_peganza.com)
Date: 05/31/04
- Next message: Roy Magne Klever: "Re: Monitoring Floppy Disk Ejection"
- Previous message: Steve Garland: "Re: Philips Toucam webcam api"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 14:00:51 +0200
Peganza Software has released version 1.4.9.3 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.9.3 fixes an error finding include files in the previous
version.
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
- Next message: Roy Magne Klever: "Re: Monitoring Floppy Disk Ejection"
- Previous message: Steve Garland: "Re: Philips Toucam webcam api"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|