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

Post Reply
bullsito
Posts: 32
Joined: Sun Dec 13, 2020 4:19 pm

WebView4Delphi does not compile in Delphi tokyo 10.2.3

Post by bullsito »

I get error
"Required package 'designide' not found"

anything i can do?
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3

Post 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.
bullsito
Posts: 32
Joined: Sun Dec 13, 2020 4:19 pm

Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3

Post 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,
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: WebView4Delphi does not compile in Delphi tokyo 10.2.3

Post 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
Post Reply