Registry / other / wxwidgets

wxwidgets

JSON →
library3.3.1vcpkgunverified

Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.

vcpkg install wxwidgets
INSTALL
IMPORT
SIG · WXWIDGETS
W
wxwidgets
othercppv3.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wx/wx.h
✓ #include <wx/wx.h>

Create a minimal wxWidgets application with a window.

#include <wx/wx.h> class MyApp : public wxApp { public: virtual bool OnInit() { wxFrame* frame = new wxFrame(nullptr, wxID_ANY, "Hello"); frame->Show(true); return true; } }; wxIMPLEMENT_APP(MyApp);
Debug
Known issues
gotchawxWidgets requires linking against platform-specific libraries (e.g., GTK on Linux, Cocoa on macOS).
fix
Ensure vcpkg triplet includes appropriate dependencies; use wx-config or CMake targets.
affects: all
Upgrade
Version history
3.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
Resources

No resource links recorded.

wxwidgets — pip install wxwidgets · libregistry