Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Ununsed Units included in RB source code

edited February 2004 in General
Hi RB developers,

here is a code snippet from RB:

unit ppReport;
interface
{$I ppIfDef.pas}
uses
Windows, Messages, Classes, Controls, Forms, ExtCtrls, Menus, Graphics,
Printers, Dialogs, SysUtils, StdCtrls, TypInfo,
ppComm, ppDevice, ....

I think there are many units, that could/should be removed from the USES
clause.

There is a freeware tool called "Icarus" that will help you to find
unused Units.
http://www.peganza.com/download.htm


Andreas Schmidt

Comments

This discussion has been closed.