ANN: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)
From: Peganza (info_at_peganza.com)
Date: 02/28/04
- Next message: Ed Larsen: "Re: [ANN] FlexCompress v.2.50"
- Previous message: gusse.net: "Re: Product to Create a Self-Running demo ?"
- Next in thread: Trev: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Reply: Trev: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Reply: Danijel Tkalcec: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 Feb 2004 09:16:26 +0100
Peganza Software has released version 1.4.7 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.7 fixes some minor errors 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: Ed Larsen: "Re: [ANN] FlexCompress v.2.50"
- Previous message: gusse.net: "Re: Product to Create a Self-Running demo ?"
- Next in thread: Trev: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Reply: Trev: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Reply: Danijel Tkalcec: "Re: Icarus 1.4.7 - Uses List Analyzer for Delphi (freeware)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|