wxURL_NOPROTO error on Windows with vcpkg installaiton (Issue #25859)

14 views
Skip to first unread message

Alexey Kostromin

unread,
Oct 4, 2025, 10:44:00 AM (2 days ago) Oct 4
to wx-...@googlegroups.com, Subscribed
alexkmbk created an issue (wxWidgets/wxWidgets#25859)

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.Message ID: <wxWidgets/wxWidgets/issues/25859@github.com>

VZ

unread,
Oct 4, 2025, 10:48:33 AM (2 days ago) Oct 4
to wx-...@googlegroups.com, Subscribed

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.Message ID: <wxWidgets/wxWidgets/issue/25859/issue_event/20096907460@github.com>

VZ

unread,
Oct 4, 2025, 10:48:33 AM (2 days ago) Oct 4
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#25859)

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.Message ID: <wxWidgets/wxWidgets/issues/25859/3368313186@github.com>

Alexey Kostromin

unread,
Oct 4, 2025, 10:57:19 AM (2 days ago) Oct 4
to wx-...@googlegroups.com, Subscribed
alexkmbk left a comment (wxWidgets/wxWidgets#25859)

wxURL doesn't support HTTPS, please use wxWebRequest.

thanks!


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/25859/3368318262@github.com>

Reply all
Reply to author
Forward
0 new messages