Document how to update this in the build script
Closes #25815
Part of fix for ##25816
https://github.com/wxWidgets/wxWidgets/pull/25817
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@MaartenBent commented on this pull request.
In include/wx/msw/private/webview_edge.h:
> @@ -20,7 +20,7 @@ #include <WebView2.h> #ifndef __ICoreWebView2Settings3_INTERFACE_DEFINED__ - #error "WebView2 SDK version 1.0.1722.45 or newer is required" + #error "WebView2 SDK version 1.0.3485.44 or newer is required"
I don't think we need to update this error message. The code still compiles when using WebView2 1.0.1722.45
. Only when we starting using newer interfaces we need to update the minimum version.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@Blake-Madden pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
@Blake-Madden commented on this pull request.
In include/wx/msw/private/webview_edge.h:
> @@ -20,7 +20,7 @@ #include <WebView2.h> #ifndef __ICoreWebView2Settings3_INTERFACE_DEFINED__ - #error "WebView2 SDK version 1.0.1722.45 or newer is required" + #error "WebView2 SDK version 1.0.3485.44 or newer is required"
Fair enough, I rolled that message back.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.