将JCL安装到Delphi 10 Seattle中时出错 [英] Error in JCL installation into Delphi 10 Seattle

查看:125
本文介绍了将JCL安装到Delphi 10 Seattle中时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将JCL / JVCL安装到Delphi-10-Seattle中



我遇到以下错误:


使用Embarcadero RAD Studio 10 Seattle Embarcadero Delphi for Win32
编译器版本30.0 ...
E:\Delphi-10\Jedi\jcl\source \common\JclSysUtils.pas(3034)错误:E2010
不兼容的类型:'TJclWaitResult'和'TWaitResult'



JclInstall.pas(2264)致命:F2063无法编译使用的单位
'JclSysUtils.pas'


'JclSysUtils.pas'中的第3034行是:

 如果(ProcessEvent.WaitForever = {$ IFDEF RTL280_UP} TJclWaitResult。{$ ENDIF RTL280_UP} wrSi​​gnaled)而不是GetExitCodeProcess(ProcessEvent.Handle ,结果),然后结果:= $ FFFFFFFF; 

我试图在Jedi邮件列表中发帖,但多年没有被触及。 p>

在哪里可以获取修复程序?

解决方案

使用GetIt软件包管理器集成到RadStudio IDE中以下载JCL。


I am trying to install JCL/JVCL into Delphi-10-Seattle

I got the following Error:

Using Embarcadero RAD Studio 10 Seattle Embarcadero Delphi for Win32 compiler version 30.0... E:\Delphi-10\Jedi\jcl\source\common\JclSysUtils.pas(3034) Error: E2010 Incompatible types: 'TJclWaitResult' and 'TWaitResult'

JclInstall.pas(2264) Fatal: F2063 Could not compile used unit 'JclSysUtils.pas'

Line 3034 in 'JclSysUtils.pas' is:

if (ProcessEvent.WaitForever = {$IFDEF RTL280_UP}TJclWaitResult.{$ENDIF RTL280_UP}wrSignaled) and not GetExitCodeProcess(ProcessEvent.Handle, Result) then Result := $FFFFFFFF;

I tried to post in the Jedi mailing list but that hasn't been touched in years.

Where can I get a fix?

解决方案

Use the GetIt Package Manager integrated in your RadStudio IDE to download JCL.

这篇关于将JCL安装到Delphi 10 Seattle中时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆