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.

Build All Projects failing in 1.0.1108.44.1

Post Reply
brche
Posts: 16
Joined: Tue Feb 08, 2022 10:29 pm

Build All Projects failing in 1.0.1108.44.1

Post by brche »

I get the following error when using Build All Projects:
[dcc32 Error] E1026 File not found: 'WebView4DelphiVCLRTL.res'
[dcc32 Fatal Error] WebView4DelphiFMXRTL.dpk(37): F2063 Could not compile used unit 'uWVFMXBrowser.pas'

But If I build WebView4DelphiVCLRTL first; it works.

Brian
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Build All Projects failing in 1.0.1108.44.1

Post by salvadordf »

WebView4Delphi changed the project structure a few weeks ago to separate the VCL and FMX code.

It's recommended that you reinstall WebView4Delphi completely because sometimes Delphi keeps using the old BPL and DCU files.

Follow these steps :
  • Open Delphi / Rad Studio.
  • Uninstall WebView4Delphi in the IDE.
  • Close Delphi / Rad Studio.
  • Delete all BPL and DCU files related to WebView4Delphi. Those files are usually in C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl but you might also have to delete the DCU files in your applications to force a complete rebuild.
  • Open Delphi / Rad Studio.
  • Open the WebView4Delphi project group.
  • Build the all the projects in the group.
  • Install the WebView4Delphi_designtime package.
Post Reply