I get error
"Required package 'designide' not found"
anything i can do?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
WebView4Delphi does not compile in Delphi tokyo 10.2.3
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3
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.
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
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,
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,
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3
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
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