program IcsAsyncFmxTnSrv; uses System.StartUpCopy, FMX.Forms, IcsAsyncFmxTnSrv1 in 'IcsAsyncFmxTnSrv1.pas' {ServerForm}, IcsAsyncWSocketBuf in '..\..\..\Source\IcsAsyncWSocketBuf.pas', IcsAsyncWSocket in '..\..\..\Source\IcsAsyncWSocket.pas', IcsAsyncUtils in '..\..\..\Source\IcsAsyncUtils.pas', IcsAsyncTypes in '..\..\..\Source\IcsAsyncTypes.pas', IcsAsyncTicks64 in '..\..\..\Source\IcsAsyncTicks64.pas', IcsAsyncPostMessageThread in '..\..\..\Source\IcsAsyncPostMessageThread.pas', IcsAsyncMD5 in '..\..\..\Source\IcsAsyncMD5.pas', IcsAsyncLogMsg in '..\..\..\Source\IcsAsyncLogMsg.pas', IcsAsync.Posix.WinTypes in '..\..\..\Source\IcsAsync.Posix.WinTypes.pas', IcsAsyncFmxTnSrv2 in 'IcsAsyncFmxTnSrv2.pas' {ClientForm}, IcsAsyncWinnls in '..\..\..\Source\IcsAsyncWinnls.pas', IcsAsyncWndControl in '..\..\..\Source\IcsAsyncWndControl.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TServerForm, ServerForm); Application.Run; end.