将JCL安装到Delphi 10 Seattle中时出错

编程入门 行业动态 更新时间:2024-10-20 01:42:50
本文介绍了将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中时出错

本文发布于:2023-10-13 10:07:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1487654.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:中时   Delphi   JCL   Seattle

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!