1、UniGUIServerModule的事件:
procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject);begin Self.ExtRoot:='ext-6.7.0'; //C:Program Files (x86)FMSoftFrameworkuniGUI"Name Folder" Self.UniRoot:='uni-1.90.0.1509'; //C:Program Files (x86)FMSoftFrameworkuniGUI"Name Folder" end;
2、将D:Program FilesFMSoftFrameworkuniGUIext-6.7.0和D:Program FilesFMSoftFrameworkuniGUIuni-1.90.0.1509
这两个文件夹 拷贝到与EXE同一个文件夹里 即可 。
UNIGUI需要2个运行时库,上面用代码分别指定它们的路径。
部署的时候带这2个运行时库,就不再需要在部署的目标机器上安装UNIGUI运行时库,做到绿色部署。
https://www.cnblogs.com/tulater/p/12254684.html让你少走弯路,抄近道、