其他分享
首页 > 其他分享> > Delphi XE UniGUI 部署(加载页面只出现 loading )

Delphi XE UniGUI 部署(加载页面只出现 loading )

作者:互联网

Delphi XE UniGUI 部署(加载页面只出现 loading )

1、部署exe

2、部署dll(ISAP模式)

procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject);
begin
{$ifndef UNIGUI_VCL}
  Self.ExtRoot:='ext-7.2.0';
  Self.UniRoot:='uni-1.90.0.1530';
{$endif}
end;

  

  

 

创建时间:2022.02.22  更新时间:

标签:loading,UniGUI,部署,Delphi,UniGUIServerModuleBeforeInit,7.2,0.1530,1.90
来源: https://www.cnblogs.com/guorongtao/p/15922502.html