diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 1bdd57100c..99c15ace6e 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -292,9 +292,12 @@ public: - Download the WebView2 SDK nuget package (Version 0.8.355 or newer) - Extract the package (it's a zip archive) to @c wxWidgets/3rdparty/webview2 + (you should have @c 3rdparty/webview2/build/native/include/WebView2.h + file after unpacking it) - Enable @c wxUSE_WEBVIEW_EDGE in CMake or @c setup.h - Build wxWidgets webview library - - Copy @c WebView2Loader.dll from @c wxWidgets/3rdparty/webview2/build/ + - Copy @c WebView2Loader.dll from the subdirectory corresponding to the + architecture used (x86 or x64) of @c wxWidgets/3rdparty/webview2/build/ to your applications executable - At runtime you can use wxWebView::IsBackendAvailable() to check if the backend can be used (it will be available if @c WebView2Loader.dll can be