program OverbyteIcsBufStrmTst; uses //FastMM4, Forms, OverbyteIcsBufStrmTst1 in 'OverbyteIcsBufStrmTst1.pas' {MainForm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TMainForm, MainForm); Application.Run; end.