我正在尝试将 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 行是:
if (ProcessEvent.WaitForever = {$IFDEF RTL280_UP}TJclWaitResult.{$ENDIF RTL280_UP}wrSignaled) and not GetExitCodeProcess(ProcessEvent.Handle, Result) then Result := $FFFFFFFF;
我试图在绝地邮件列表中发帖,但多年来一直没有被触及。
我在哪里可以得到修复?