IntraWeb version:14.1.5
Edition:IntraWeb Ultimate Edition
Delphi 10.1 Berlin update2
自定义服务器界面安装Demo与网上的例子,都报错。
参考国外资料,修改代码解决。
关键修改:
implementation
{$R *.dfm}
uses
IW.Server.Indy, IWGlobal;
procedure TFormCustom.FormCreate(Sender: TObject);
begin
IWStandAloneServer1.Start(TSaServerIndy);
end;
相关下载链接:
//download.csdn.net/download/zjb8051/10480172?utm_source=bbsseo