Page 1 of 1

Cannot update WebView4Delphi Delphi 11.3 Path 1

Posted: Fri Jul 28, 2023 2:31 pm
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?

Re: Cannot update WebView4Delphi Delphi 11.3 Path 1

Posted: Fri Jul 28, 2023 4:06 pm
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.

Re: Cannot update WebView4Delphi Delphi 11.3 Path 1

Posted: Mon Jul 31, 2023 4:07 pm
by SpringerRider
thanks