The method wxurl.GetError() returns wxURL_NOPROTO error code.
Example:
` std::string url = "https://google.com";
wxURL wxurl{ wxString(url) };
if (wxurl.GetError() == wxURL_NOPROTO) {
}
`
the installation method:
vcpkg install wxwidgets:x64-windows
The GUI itself (like wxFrame) works perfectly
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Closed #25859 as not planned.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
wxURL
doesn't support HTTPS, please use wxWebRequest
.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
wxURL
doesn't support HTTPS, please usewxWebRequest
.
thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.