Page 1 of 1
WebView4Delphi does not compile in Delphi tokyo 10.2.3
Posted: Mon May 08, 2023 10:50 am
by bullsito
I get error
"Required package 'designide' not found"
anything i can do?
Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3
Posted: Tue May 09, 2023 9:24 am
by salvadordf
Hi,
As far as I know, the designide package has been available for a very long time in Delphi.
If you search for "Delphi Required package designide not found" you will find several links with some workarounds like this one :
https://support.tmssoftware.com/t/required-package-designide-not-found/3709
If you only need the VCL components you can also try installing the WebView4Delphi.dpk package which doesn't have the designide dependency.
Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3
Posted: Wed May 10, 2023 2:59 pm
by bullsito
No i try to install WebView4Delphi.dpk ( delphi 10.4.2)
i get eeror ToolsApi not found
{$IFDEF DELPHI16_UP}
System.Classes, Winapi.Windows, System.SysUtils, ToolsApi,
{$ELSE
Also in delphi 10.2.3 i get
ToolsApi not found
SplashScreenServices not found
i am installing my old versions i think thjis one cannot be installed.
**********UPDATE
i installed WebView4Delphi_designtime.dpk and WebView4Delphi_runtime.dpk from 2021 and works fine,
Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3
Posted: Sat May 13, 2023 2:10 pm
by salvadordf
Please, download the latest WebView4Delphi version from GitHub.
Now you can avoid this issue if you remove the "ADDSPLASHSCREENLOGO" DEFINE in WebView4DelphiVCL_register.pas
Read this issue for more details :
https://github.com/salvadordf/WebView4Delphi/issues/40