Newer
Older
program DirStat;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, lazcontrols, virtualtreeview_package, uMain, uDirTree, uDirScanner,
uDirStatGraphic, uGraphicTreemap, uColorSpace, uShellContextMenu, uChoosePath,
uWindowSubclass, uSystemImageList, uWinFuncs, uGlobalConfig, uConfiguration
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource:=True;
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.CreateForm(TfmConfiguration, fmConfiguration);