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.

Cannot update WebView4Delphi Delphi 11.3 Path 1

Post Reply
SpringerRider
Posts: 8
Joined: Tue Sep 13, 2022 7:26 pm

Cannot update WebView4Delphi Delphi 11.3 Path 1

Post by SpringerRider »

I am presented with undeclared unidentifier "wvstring". I have a Library and Browse path to "C:\Users\Sprin\OneDrive\Documents\Embarcadero\Studio\22.0\WebView4Delphi-main\source"

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

Re: Cannot update WebView4Delphi Delphi 11.3 Path 1

Post by salvadordf »

Hi,

The latest version of WebView4Delphi uses the Search path instead of adding entries to the Library path.

As you can see in the project options, it uses the WEBVIEW4DELPHI environment variable and it has $(WEBVIEW4DELPHI)\source in the Search path

Open the Tools -> Options menu option in Delphi and add WEBVIEW4DELPHI as a new environment variable that points to "C:\Users\Sprin\OneDrive\Documents\Embarcadero\Studio\22.0\WebView4Delphi-main"

Add $(WEBVIEW4DELPHI)\source to the Search path of your application.
SpringerRider
Posts: 8
Joined: Tue Sep 13, 2022 7:26 pm

Re: Cannot update WebView4Delphi Delphi 11.3 Path 1

Post by SpringerRider »

thanks
Post Reply