This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Description
Error: ./src/hx/widgets/TaskBarIcon.cpp:86:28: error: no member named 'SetIcon' in 'wxTaskBarIcon'
HXDLIN( 21) ((_hx_tmp)).SetIcon(_hx_tmp1,_hx_tmp2);
~~~~~~~~~~~~ ^
./src/hx/widgets/TaskBarIcon.cpp:94:55: error: no member named 'IsIconInstalled' in 'wxTaskBarIcon'
HXDLIN( 26) return this->get_taskBarIconRef()->ptr->IsIconInstalled();
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./src/hx/widgets/TaskBarIcon.cpp:108:28: error: no member named 'SetIcon' in 'wxTaskBarIcon'
HXDLIN( 35) ((_hx_tmp)).SetIcon(_hx_tmp1,_hx_tmp2);
~~~~~~~~~~~~ ^
3 errors generated.
Error: Build failed